From: brian.curtin Date: Mon, 11 Apr 2011 23:19:38 +0000 (-0500) Subject: Add NEWS item for #5162. X-Git-Tag: v3.3.0a1~2618 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90e31a7cf8c438a0c316b17992b46ad4dd1e0ab8;p=python Add NEWS item for #5162. --- 90e31a7cf8c438a0c316b17992b46ad4dd1e0ab8 diff --cc Misc/NEWS index 34369cf8d9,c530cd8e39..cbbde80598 --- a/Misc/NEWS +++ 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