[Python-checkins] cpython (merge 3.1 -> 3.2): Add NEWS item for #5162.
brian.curtin
python-checkins at python.org
Tue Apr 12 01:20:08 CEST 2011
http://hg.python.org/cpython/rev/68ef2bf1aa99
changeset: 69258:68ef2bf1aa99
branch: 3.2
parent: 69253:184ae02e3221
parent: 69257:c26474c6504a
user: brian.curtin <brian at python.org>
date: Mon Apr 11 18:18:20 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
@@ -53,6 +53,9 @@
Library
-------
+- Issue #5162: Treat services like frozen executables to allow child spawning
+ from multiprocessing.forking on Windows.
+
- Issue #11814: Fix likely typo in multiprocessing.Pool._terminate().
- Issue #11747: Fix range formatting in difflib.context_diff() and
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list