]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update the News for the fix to Issue11703.
authorSenthil Kumaran <orsenthil@gmail.com>
Wed, 13 Apr 2011 01:21:01 +0000 (09:21 +0800)
committerSenthil Kumaran <orsenthil@gmail.com>
Wed, 13 Apr 2011 01:21:01 +0000 (09:21 +0800)
Misc/NEWS

index b80bd5268add35ae8f35cac1f94ccaf48d5bfd7d..a36abac5950224de519952a63e32bd61c97445c6 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 #5162: Treat services like frozen executables to allow child spawning
   from multiprocessing.forking on Windows.