merge from 3.1

This commit is contained in:
Senthil Kumaran 2011-04-13 09:21:42 +08:00
commit 6dc605735d
1 changed files with 3 additions and 0 deletions

View File

@ -53,6 +53,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.