diff options
author | R David Murray <rdmurray@bitdance.com> | 2014-03-10 16:03:01 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2014-03-10 16:03:01 (GMT) |
commit | c51ebce03b4d85d32e057d6fd54e91b8f7935015 (patch) | |
tree | a8dd78d80698732b1bd96213275d2dc10a5658d7 /Misc | |
parent | 416616fc6f560e7febe3d99307d52876a7cf9ec3 (diff) | |
download | cpython-c51ebce03b4d85d32e057d6fd54e91b8f7935015.zip cpython-c51ebce03b4d85d32e057d6fd54e91b8f7935015.tar.gz cpython-c51ebce03b4d85d32e057d6fd54e91b8f7935015.tar.bz2 |
whatsnew: logging.config.listen *verify* (#15452).
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |