diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-03-23 11:18:10 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-03-23 11:18:10 (GMT) |
commit | bb2dad8915a864503e3f81657f41500f0a49d987 (patch) | |
tree | 8a8448f1f7ff18d8a65d0f5bc866b0766d621e38 /Misc | |
parent | 0e29f22855a1ed92b12e5bf700af19ddf34c21c8 (diff) | |
download | cpython-bb2dad8915a864503e3f81657f41500f0a49d987.zip cpython-bb2dad8915a864503e3f81657f41500f0a49d987.tar.gz cpython-bb2dad8915a864503e3f81657f41500f0a49d987.tar.bz2 |
Issue #17521: Corrected non-enabling of logger following two calls to fileConfig().
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -216,6 +216,9 @@ Core and Builtins Library ------- +- Issue #17521: Corrected non-enabling of logger following two calls to + fileConfig(). + - Issue #17508: Corrected MemoryHandler configuration in dictConfig() where the target handler wasn't configured first. |