diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-03-23 11:22:00 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-03-23 11:22:00 (GMT) |
commit | 9b862b9d6679ed0de6dfeba158b417d79d4d6ed1 (patch) | |
tree | ae203f99b6a7c55a14d53f905ecfc973ece0c650 /Misc | |
parent | e29dd24706e839ef865e74b6bc6c15e91121b7b7 (diff) | |
parent | 68b4cc87cd75822552914fb59f5bf53fe6c28202 (diff) | |
download | cpython-9b862b9d6679ed0de6dfeba158b417d79d4d6ed1.zip cpython-9b862b9d6679ed0de6dfeba158b417d79d4d6ed1.tar.gz cpython-9b862b9d6679ed0de6dfeba158b417d79d4d6ed1.tar.bz2 |
Issue #17521: Merged fix from 3.2.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -196,6 +196,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. |