summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrian.curtin <brian@python.org>2011-04-11 18:19:38 -0500
committerbrian.curtin <brian@python.org>2011-04-11 18:19:38 -0500
commit90e31a7cf8c438a0c316b17992b46ad4dd1e0ab8 (patch)
tree9c69dcf6d429092d820e74ad2057ee4d863e6c87
parent80e478362be640dd5e2d351e80984261759e1b77 (diff)
parentf7eac1ffb4e24e84a3bd679a258183a05926e3a8 (diff)
downloadcpython-git-90e31a7cf8c438a0c316b17992b46ad4dd1e0ab8.tar.gz
Add NEWS item for #5162.
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 34369cf8d9..cbbde80598 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -103,6 +103,9 @@ Core and Builtins
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.