From: brian.curtin Date: Mon, 11 Apr 2011 23:09:24 +0000 (-0500) Subject: Add NEWS item for #5162. X-Git-Tag: v3.2.1b1~149^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=628f980635fe3a77cdd50e3700117d421b6482f1;p=thirdparty%2FPython%2Fcpython.git Add NEWS item for #5162. --- diff --git a/Misc/NEWS b/Misc/NEWS index 5307fe86621f..19c1a9d3ef36 100644 --- 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.