[Python-checkins] cpython (3.1): Update the News for the fix to Issue11703.

senthil.kumaran python-checkins at python.org
Wed Apr 13 03:43:31 CEST 2011


http://hg.python.org/cpython/rev/8ee48ec69844
changeset:   69300:8ee48ec69844
branch:      3.1
parent:      69289:1ea945be3d09
user:        Senthil Kumaran <orsenthil at gmail.com>
date:        Wed Apr 13 09:21:01 2011 +0800
summary:
  Update the News for the fix to Issue11703.

files:
  Misc/NEWS |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -51,6 +51,9 @@
 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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list