summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorbrian.curtin <brian@python.org>2011-04-11 23:05:33 (GMT)
committerbrian.curtin <brian@python.org>2011-04-11 23:05:33 (GMT)
commit16f98b76584b39fd8bd3c724e5b1cbf2a45ecd33 (patch)
tree275c9425ae1aee9f508ecdbd5e39a929df26603f /Misc
parent40b53161183a6337d1db6168e2394e22c45d33ac (diff)
downloadcpython-16f98b76584b39fd8bd3c724e5b1cbf2a45ecd33.zip
cpython-16f98b76584b39fd8bd3c724e5b1cbf2a45ecd33.tar.gz
cpython-16f98b76584b39fd8bd3c724e5b1cbf2a45ecd33.tar.bz2
Add NEWS item for #5162.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c34428d..c4dd780 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -51,6 +51,9 @@ Core and Builtins
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.