diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2011-04-11 07:42:07 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2011-04-11 07:42:07 (GMT) |
commit | 4a0a31df5c6ab79dd7dc8ee828379dca1d1f632f (patch) | |
tree | 0246d7ef13a693a1194cbed38f1df9697f720735 /Misc | |
parent | 98707c2cede1aa697a1338ea8f7c9a59da42dfe9 (diff) | |
download | cpython-4a0a31df5c6ab79dd7dc8ee828379dca1d1f632f.zip cpython-4a0a31df5c6ab79dd7dc8ee828379dca1d1f632f.tar.gz cpython-4a0a31df5c6ab79dd7dc8ee828379dca1d1f632f.tar.bz2 |
Added 'handlers' argument to logging.basicConfig.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -103,6 +103,10 @@ Core and Builtins Library ------- +- 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 #8428: Fix a race condition in multiprocessing.Pool when terminating |