summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2013-03-23 11:23:05 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2013-03-23 11:23:05 (GMT)
commit8ec95b81d53bcadc7bb8defebb5cdf73261823f9 (patch)
tree278d0006e56aa77f631c3daea49fcc01752293f5 /Misc
parent42fb352a987050eb042ca8b83d679752e02e1441 (diff)
parent9b862b9d6679ed0de6dfeba158b417d79d4d6ed1 (diff)
downloadcpython-8ec95b81d53bcadc7bb8defebb5cdf73261823f9.zip
cpython-8ec95b81d53bcadc7bb8defebb5cdf73261823f9.tar.gz
cpython-8ec95b81d53bcadc7bb8defebb5cdf73261823f9.tar.bz2
Closes #17521: Merged fix from 3.3.
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 178903b..94843f0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.