summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2013-03-23 11:18:10 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2013-03-23 11:18:10 (GMT)
commitbb2dad8915a864503e3f81657f41500f0a49d987 (patch)
tree8a8448f1f7ff18d8a65d0f5bc866b0766d621e38 /Misc
parent0e29f22855a1ed92b12e5bf700af19ddf34c21c8 (diff)
downloadcpython-bb2dad8915a864503e3f81657f41500f0a49d987.zip
cpython-bb2dad8915a864503e3f81657f41500f0a49d987.tar.gz
cpython-bb2dad8915a864503e3f81657f41500f0a49d987.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 46d03dc..f172246 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -216,6 +216,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.