summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <orsenthil@gmail.com>2011-04-15 10:21:26 (GMT)
committerSenthil Kumaran <orsenthil@gmail.com>2011-04-15 10:21:26 (GMT)
commitb4bd4af8c4adb03978803b5d94241a87e40bdaf9 (patch)
treea4814f34e6ec9af7fe2231e690ba107b4531e101 /Misc
parent82b0d5d144c1ed5dd095461c02bfd2299d5fa2ad (diff)
parent397eb4411a076825766cb2b71e78b585ff3a4d24 (diff)
downloadcpython-b4bd4af8c4adb03978803b5d94241a87e40bdaf9.zip
cpython-b4bd4af8c4adb03978803b5d94241a87e40bdaf9.tar.gz
cpython-b4bd4af8c4adb03978803b5d94241a87e40bdaf9.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 8043c8b..3648498 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -56,6 +56,9 @@ Core and Builtins
Library
-------
+- Issue #11467: Fix urlparse behavior when handling urls which contains scheme
+ specific part only digits. Patch by Santoso Wijaya.
+
- Issue #11474: Fix the bug with url2pathname() handling of '/C|/' on Windows.
Patch by Santoso Wijaya.