diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-03-23 11:23:05 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-03-23 11:23:05 (GMT) |
commit | 8ec95b81d53bcadc7bb8defebb5cdf73261823f9 (patch) | |
tree | 278d0006e56aa77f631c3daea49fcc01752293f5 /Misc/NEWS | |
parent | 42fb352a987050eb042ca8b83d679752e02e1441 (diff) | |
parent | 9b862b9d6679ed0de6dfeba158b417d79d4d6ed1 (diff) | |
download | cpython-8ec95b81d53bcadc7bb8defebb5cdf73261823f9.zip cpython-8ec95b81d53bcadc7bb8defebb5cdf73261823f9.tar.gz cpython-8ec95b81d53bcadc7bb8defebb5cdf73261823f9.tar.bz2 |
Closes #17521: Merged fix from 3.3.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -294,6 +294,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. |