[Python-checkins] cpython (merge 3.1 -> 3.2): merge from 3.1

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


http://hg.python.org/cpython/rev/b151b192b39c
changeset:   69301:b151b192b39c
branch:      3.2
parent:      69290:d25c2812b0d8
parent:      69300:8ee48ec69844
user:        Senthil Kumaran <orsenthil at gmail.com>
date:        Wed Apr 13 09:21:42 2011 +0800
summary:
  merge from 3.1

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
@@ -53,6 +53,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