diff options
author | Senthil Kumaran <orsenthil@gmail.com> | 2011-04-13 01:21:01 (GMT) |
---|---|---|
committer | Senthil Kumaran <orsenthil@gmail.com> | 2011-04-13 01:21:01 (GMT) |
commit | 60f02a650ed85a9985aba10a019df0a1f83d3554 (patch) | |
tree | c1b94fb7a73f2107d48be84005fc207028853fe4 /Misc | |
parent | abdeeff3d1fa505fa1d49970cb7a70446f3e2b75 (diff) | |
download | cpython-60f02a650ed85a9985aba10a019df0a1f83d3554.zip cpython-60f02a650ed85a9985aba10a019df0a1f83d3554.tar.gz cpython-60f02a650ed85a9985aba10a019df0a1f83d3554.tar.bz2 |
Update the News for the fix to Issue11703.
Diffstat (limited to 'Misc')
-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. |