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

brian.curtin python-checkins at python.org
Tue Apr 12 01:06:56 CEST 2011


http://hg.python.org/cpython/rev/a280672d3d8d
changeset:   69256:a280672d3d8d
branch:      2.7
user:        brian.curtin <brian at python.org>
date:        Mon Apr 11 18:05:33 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
@@ -51,6 +51,9 @@
 Library
 -------
 
+- Issue #5162: Treat services like frozen executables to allow child spawning
+  from multiprocessing.forking on Windows.
+
 - Issue #4877: Fix a segfault in xml.parsers.expat while attempting to parse
   a closed file.
 

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


More information about the Python-checkins mailing list