summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2013-03-23 11:18:45 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2013-03-23 11:18:45 (GMT)
commit68b4cc87cd75822552914fb59f5bf53fe6c28202 (patch)
treee1ef437a8e25985704dbb0ba0a5d0c8147f5cd71 /Misc
parenta4cfd60f3d86d2cbaa864f83a41241800674bf15 (diff)
downloadcpython-68b4cc87cd75822552914fb59f5bf53fe6c28202.zip
cpython-68b4cc87cd75822552914fb59f5bf53fe6c28202.tar.gz
cpython-68b4cc87cd75822552914fb59f5bf53fe6c28202.tar.bz2
Issue #17521: Corrected non-enabling of logger following two calls to fileConfig().
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0bc8d0f..6a36c3a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -233,6 +233,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.