summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <orsenthil@gmail.com>2011-04-14 05:16:30 (GMT)
committerSenthil Kumaran <orsenthil@gmail.com>2011-04-14 05:16:30 (GMT)
commit2d2ea1b431f9cf58aa8ac45052bd2e4cf2502a5c (patch)
tree4a476efc06de2f3beb77b85e37068dc20995c40c /Misc
parent95cd91c17f4c3ce5eab27551150f5e92ecb1bc22 (diff)
downloadcpython-2d2ea1b431f9cf58aa8ac45052bd2e4cf2502a5c.zip
cpython-2d2ea1b431f9cf58aa8ac45052bd2e4cf2502a5c.tar.gz
cpython-2d2ea1b431f9cf58aa8ac45052bd2e4cf2502a5c.tar.bz2
Fix Issue11474 - fix url2pathname() handling of '/C|/' on Windows
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6a4da30..8764b11 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -51,6 +51,9 @@ Core and Builtins
Library
-------
+- Issue #11474: Fix the bug with url2pathname() handling of '/C|/' on Windows.
+ Patch by Santoso Wijaya.
+
- Issue #9233: Fix json to work properly even when _json is not available.
- Issue #11703: urllib2.geturl() does not return correct url when the original