diff options
author | Senthil Kumaran <orsenthil@gmail.com> | 2011-04-13 09:21:01 +0800 |
---|---|---|
committer | Senthil Kumaran <orsenthil@gmail.com> | 2011-04-13 09:21:01 +0800 |
commit | 60f02a650ed85a9985aba10a019df0a1f83d3554 (patch) | |
tree | c1b94fb7a73f2107d48be84005fc207028853fe4 | |
parent | abdeeff3d1fa505fa1d49970cb7a70446f3e2b75 (diff) | |
download | cpython-git-60f02a650ed85a9985aba10a019df0a1f83d3554.tar.gz |
Update the News for the fix to Issue11703.
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |