[Python-checkins] cpython (merge 3.2 -> default): Add NEWS item for #5162.

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


http://hg.python.org/cpython/rev/2c4043070f05
changeset:   69259:2c4043070f05
parent:      69254:3c2bdea18b5c
parent:      69258:68ef2bf1aa99
user:        brian.curtin <brian at python.org>
date:        Mon Apr 11 18:19:38 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
@@ -103,6 +103,9 @@
 Library
 -------
 
+- Issue #5162: Treat services like frozen executables to allow child spawning
+  from multiprocessing.forking on Windows.
+
 - logging.basicConfig now supports an optional 'handlers' argument taking an
   iterable of handlers to be added to the root logger. Additional parameter
   checks were also added to basicConfig.

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


More information about the Python-checkins mailing list