summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2010-10-19 20:44:14 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2010-10-19 20:44:14 (GMT)
commit6fac8171367e0f2626613eb0ac07fc79c25f2500 (patch)
tree3f1babd6f2fab6651ac594da2ad926f65fccac9b /Misc
parent7004bd1a3de06330761d164bae0d82c597bf39cf (diff)
downloadcpython-6fac8171367e0f2626613eb0ac07fc79c25f2500.zip
cpython-6fac8171367e0f2626613eb0ac07fc79c25f2500.tar.gz
cpython-6fac8171367e0f2626613eb0ac07fc79c25f2500.tar.bz2
logging: Added tests for _logRecordClass changes.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 066c667..1453453 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -34,6 +34,8 @@ Core and Builtins
Library
-------
+- logging: Added tests for _logRecordClass changes.
+
- Issue #10092: Properly reset locale in calendar.Locale*Calendar classes.
- logging: Added _logRecordClass, getLogRecordClass, setLogRecordClass to