diff options
author | brian.curtin <brian@python.org> | 2011-04-11 18:19:38 -0500 |
---|---|---|
committer | brian.curtin <brian@python.org> | 2011-04-11 18:19:38 -0500 |
commit | 90e31a7cf8c438a0c316b17992b46ad4dd1e0ab8 (patch) | |
tree | 9c69dcf6d429092d820e74ad2057ee4d863e6c87 | |
parent | 80e478362be640dd5e2d351e80984261759e1b77 (diff) | |
parent | f7eac1ffb4e24e84a3bd679a258183a05926e3a8 (diff) | |
download | cpython-git-90e31a7cf8c438a0c316b17992b46ad4dd1e0ab8.tar.gz |
Add NEWS item for #5162.
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |