]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add NEWS item for #5162.
authorbrian.curtin <brian@python.org>
Mon, 11 Apr 2011 23:09:24 +0000 (18:09 -0500)
committerbrian.curtin <brian@python.org>
Mon, 11 Apr 2011 23:09:24 +0000 (18:09 -0500)
Misc/NEWS

index 5307fe86621f3f4ea82bfa56b9a999e2f9fd80e2..19c1a9d3ef36282219890b64f37e395ad25c3f0c 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -48,6 +48,9 @@ Core and Builtins
 Library
 -------
 
+ - Issue #5162: Treat services like frozen executables to allow child spawning
+   from multiprocessing.forking on Windows.
+
 - Issue #10963: Ensure that subprocess.communicate() never raises EPIPE.
 
 - Issue #11696: Fix ID generation in msilib.