Add NEWS item for #5162.

This commit is contained in:
brian.curtin 2011-04-11 18:19:38 -05:00
commit 90e31a7cf8
1 changed files with 3 additions and 0 deletions

View File

@ -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.