]> granicus.if.org Git - python/commitdiff
Add NEWS item for #5162.
authorbrian.curtin <brian@python.org>
Mon, 11 Apr 2011 23:05:33 +0000 (18:05 -0500)
committerbrian.curtin <brian@python.org>
Mon, 11 Apr 2011 23:05:33 +0000 (18:05 -0500)
Misc/NEWS

index c34428d2a9e4519370f8833e66511820f59171d7..c4dd780db88b0d05729a878c208f4b56d2133a32 100644 (file)
--- 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.