summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <orsenthil@gmail.com>2011-04-14 05:18:55 (GMT)
committerSenthil Kumaran <orsenthil@gmail.com>2011-04-14 05:18:55 (GMT)
commit56f1e2d875109c9f9bef2d3c065a5218d1a9485b (patch)
tree37495413949637ac0b3f36e277adbf9528551943 /Misc
parentc1f0577b54869325a15cd787ddfb79479653de15 (diff)
parent2d2ea1b431f9cf58aa8ac45052bd2e4cf2502a5c (diff)
downloadcpython-56f1e2d875109c9f9bef2d3c065a5218d1a9485b.zip
cpython-56f1e2d875109c9f9bef2d3c065a5218d1a9485b.tar.gz
cpython-56f1e2d875109c9f9bef2d3c065a5218d1a9485b.tar.bz2
merge from 3.1
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 6d902bf..242ec2c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -53,6 +53,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.loads('{}') to return a dict (instead of a list), when
_json is not available.