summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <orsenthil@gmail.com>2011-04-15 10:22:05 (GMT)
committerSenthil Kumaran <orsenthil@gmail.com>2011-04-15 10:22:05 (GMT)
commitb496159603e5cc31904a894166ecce52fea01a1c (patch)
tree947788534cea9802e60046e3f74fb0c335999603 /Misc
parent0dea6484a05759258151800d0b604ea4820f6bb3 (diff)
parentb4bd4af8c4adb03978803b5d94241a87e40bdaf9 (diff)
downloadcpython-b496159603e5cc31904a894166ecce52fea01a1c.zip
cpython-b496159603e5cc31904a894166ecce52fea01a1c.tar.gz
cpython-b496159603e5cc31904a894166ecce52fea01a1c.tar.bz2
merge from 3.2
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 553adcd..d95576e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -106,6 +106,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.