merge from 3.1

This commit is contained in:
Senthil Kumaran 2011-04-13 09:21:42 +08:00
commit 6dc605735d

View file

@ -53,6 +53,9 @@ Core and Builtins
Library 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 - Issue #5162: Treat services like frozen executables to allow child spawning
from multiprocessing.forking on Windows. from multiprocessing.forking on Windows.