summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2010-10-19 20:53:01 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2010-10-19 20:53:01 (GMT)
commit6dbed2e8b3fb90b25e2b99c5e522a5205626d07e (patch)
tree76ceee4dbccb88e720729fa53428838981429998 /Misc/NEWS
parent6fac8171367e0f2626613eb0ac07fc79c25f2500 (diff)
downloadcpython-6dbed2e8b3fb90b25e2b99c5e522a5205626d07e.zip
cpython-6dbed2e8b3fb90b25e2b99c5e522a5205626d07e.tar.gz
cpython-6dbed2e8b3fb90b25e2b99c5e522a5205626d07e.tar.bz2
logging: Allowed filters to be just callables.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1453453..ccab30a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -34,6 +34,8 @@ Core and Builtins
Library
-------
+- logging: Allowed filters to be just callables.
+
- logging: Added tests for _logRecordClass changes.
- Issue #10092: Properly reset locale in calendar.Locale*Calendar classes.