summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2014-08-21 23:16:17 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2014-08-21 23:16:17 (GMT)
commit55ac5b3f7b67bf7c721f00bddb8456f7886c449f (patch)
tree29a015336e9dd1e89aa15014b3ac1615f2ccc723 /Misc
parenta7eb74627826e389dd78bd5a7a3b0878f4e3dde6 (diff)
downloadcpython-55ac5b3f7b67bf7c721f00bddb8456f7886c449f.zip
cpython-55ac5b3f7b67bf7c721f00bddb8456f7886c449f.tar.gz
cpython-55ac5b3f7b67bf7c721f00bddb8456f7886c449f.tar.bz2
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 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5ac80b8..bdc53c6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -124,6 +124,10 @@ Core and Builtins
Library
-------
+- 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.
+
- Issue #21549: Added the "members" parameter to TarFile.list().
- Issue #19628: Allow compileall recursion depth to be specified with a -r