From: Senthil Kumaran Date: Wed, 13 Apr 2011 01:21:01 +0000 (+0800) Subject: Update the News for the fix to Issue11703. X-Git-Tag: v3.2.1b1~141^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=60f02a650ed85a9985aba10a019df0a1f83d3554;p=thirdparty%2FPython%2Fcpython.git Update the News for the fix to Issue11703. --- diff --git a/Misc/NEWS b/Misc/NEWS index b80bd5268add..a36abac59502 100644 --- 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.