summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2013-03-23 11:22:00 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2013-03-23 11:22:00 (GMT)
commit9b862b9d6679ed0de6dfeba158b417d79d4d6ed1 (patch)
treeae203f99b6a7c55a14d53f905ecfc973ece0c650 /Misc
parente29dd24706e839ef865e74b6bc6c15e91121b7b7 (diff)
parent68b4cc87cd75822552914fb59f5bf53fe6c28202 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 44bf93b..0a94579 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.