diff options
author | Senthil Kumaran <orsenthil@gmail.com> | 2011-04-14 05:16:30 (GMT) |
---|---|---|
committer | Senthil Kumaran <orsenthil@gmail.com> | 2011-04-14 05:16:30 (GMT) |
commit | 2d2ea1b431f9cf58aa8ac45052bd2e4cf2502a5c (patch) | |
tree | 4a476efc06de2f3beb77b85e37068dc20995c40c /Misc/NEWS | |
parent | 95cd91c17f4c3ce5eab27551150f5e92ecb1bc22 (diff) | |
download | cpython-2d2ea1b431f9cf58aa8ac45052bd2e4cf2502a5c.zip cpython-2d2ea1b431f9cf58aa8ac45052bd2e4cf2502a5c.tar.gz cpython-2d2ea1b431f9cf58aa8ac45052bd2e4cf2502a5c.tar.bz2 |
Fix Issue11474 - fix url2pathname() handling of '/C|/' on Windows
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |