]> granicus.if.org Git - python/commitdiff
update news in 2.7 for Issue #11703
authorSenthil Kumaran <orsenthil@gmail.com>
Wed, 13 Apr 2011 01:47:20 +0000 (09:47 +0800)
committerSenthil Kumaran <orsenthil@gmail.com>
Wed, 13 Apr 2011 01:47:20 +0000 (09:47 +0800)
Misc/NEWS

index 3e83823e4bde386ca3f05bd2d03f3ff4cff79994..a3d57615fa5506a0c17eb03b08dfd9724b908e7f 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -51,6 +51,9 @@ Core and Builtins
 Library
 -------
 
+- Issue #11703 - urllib2.geturl() does not return correct url when the original
+  url contains #fragment.
+
 - Issue #10019: Fixed regression in json module where an indent of 0 stopped
   adding newlines and acted instead like 'None'.