Update the News for the fix to Issue11703.

This commit is contained in:
Senthil Kumaran 2011-04-13 09:21:01 +08:00
parent abdeeff3d1
commit 60f02a650e
1 changed files with 3 additions and 0 deletions

View File

@ -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.