summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-03-10 16:03:01 (GMT)
committerR David Murray <rdmurray@bitdance.com>2014-03-10 16:03:01 (GMT)
commitc51ebce03b4d85d32e057d6fd54e91b8f7935015 (patch)
treea8dd78d80698732b1bd96213275d2dc10a5658d7 /Misc
parent416616fc6f560e7febe3d99307d52876a7cf9ec3 (diff)
downloadcpython-c51ebce03b4d85d32e057d6fd54e91b8f7935015.zip
cpython-c51ebce03b4d85d32e057d6fd54e91b8f7935015.tar.gz
cpython-c51ebce03b4d85d32e057d6fd54e91b8f7935015.tar.bz2
whatsnew: logging.config.listen *verify* (#15452).
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c729493..cda67d6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -3638,6 +3638,10 @@ Library
- Issue #9650: List commonly used format codes in time.strftime and
time.strptime docsttings. Original patch by Mike Hoy.
+- Issue #15452: logging configuration socket listener now has a verify option
+ that allows an application to apply a verification function to the
+ received configuration data before it is acted upon.
+
- Issue #16034: Fix performance regressions in the new `bz2.BZ2File`
implementation. Initial patch by Serhiy Storchaka.