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