summaryrefslogtreecommitdiff
path: root/Doc/library/urllib.parse.rst
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2014-08-21 19:16:17 -0400
committerAntoine Pitrou <solipsis@pitrou.net>2014-08-21 19:16:17 -0400
commit55ac5b3f7b67bf7c721f00bddb8456f7886c449f (patch)
tree29a015336e9dd1e89aa15014b3ac1615f2ccc723 /Doc/library/urllib.parse.rst
parenta7eb74627826e389dd78bd5a7a3b0878f4e3dde6 (diff)
downloadcpython-git-55ac5b3f7b67bf7c721f00bddb8456f7886c449f.tar.gz
Issue #22118: Switch urllib.parse to use RFC 3986 semantics for the resolution of relative URLs, rather than RFCs 1808 and 2396.
Patch by Demian Brecht.
Diffstat (limited to 'Doc/library/urllib.parse.rst')
-rw-r--r--Doc/library/urllib.parse.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/urllib.parse.rst b/Doc/library/urllib.parse.rst
index b95142042d..3675305cd6 100644
--- a/Doc/library/urllib.parse.rst
+++ b/Doc/library/urllib.parse.rst
@@ -267,6 +267,11 @@ or on combining URL components into a URL string.
:func:`urlunsplit`, removing possible *scheme* and *netloc* parts.
+ .. versionchanged:: 3.5
+
+ Behaviour updated to match the semantics defined in :rfc:`3986`.
+
+
.. function:: urldefrag(url)
If *url* contains a fragment identifier, return a modified version of *url*