summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSenthil Kumaran <orsenthil@gmail.com>2011-04-13 09:21:01 +0800
committerSenthil Kumaran <orsenthil@gmail.com>2011-04-13 09:21:01 +0800
commit60f02a650ed85a9985aba10a019df0a1f83d3554 (patch)
treec1b94fb7a73f2107d48be84005fc207028853fe4
parentabdeeff3d1fa505fa1d49970cb7a70446f3e2b75 (diff)
downloadcpython-git-60f02a650ed85a9985aba10a019df0a1f83d3554.tar.gz
Update the News for the fix to Issue11703.
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b80bd5268a..a36abac595 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.