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

diff --cc Misc/NEWS
index 34369cf8d9fb212cbc5683b12c0d717b6a44a93d,c530cd8e39abe4d82c67d533515878266db39cc6..cbbde80598b2c816cb951b7ac15a2d839aa7e77b
+++ b/Misc/NEWS
@@@ -103,10 -53,9 +103,13 @@@ Core and Builtin
  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.
 +
  - Issue #11814: Fix likely typo in multiprocessing.Pool._terminate().
  
  - Issue #11747: Fix range formatting in difflib.context_diff() and