summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSenthil Kumaran <orsenthil@gmail.com>2011-04-13 01:21:01 (GMT)
committerSenthil Kumaran <orsenthil@gmail.com>2011-04-13 01:21:01 (GMT)
commit60f02a650ed85a9985aba10a019df0a1f83d3554 (patch)
treec1b94fb7a73f2107d48be84005fc207028853fe4
parentabdeeff3d1fa505fa1d49970cb7a70446f3e2b75 (diff)
downloadcpython-60f02a650ed85a9985aba10a019df0a1f83d3554.zip
cpython-60f02a650ed85a9985aba10a019df0a1f83d3554.tar.gz
cpython-60f02a650ed85a9985aba10a019df0a1f83d3554.tar.bz2
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 b80bd52..a36abac 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.