[Python-checkins] cpython (3.1): Add NEWS item for #5162.

brian.curtin python-checkins at python.org
Tue Apr 12 01:20:07 CEST 2011


http://hg.python.org/cpython/rev/c26474c6504a
changeset:   69257:c26474c6504a
branch:      3.1
parent:      69252:1f41b1ab8924
user:        brian.curtin <brian at python.org>
date:        Mon Apr 11 18:09:24 2011 -0500
summary:
  Add NEWS item for #5162.

files:
  Misc/NEWS |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -48,6 +48,9 @@
 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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list