summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2010-12-03 11:50:38 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2010-12-03 11:50:38 (GMT)
commit615615291f8a59ff194cadb67e9898575061aaa5 (patch)
treee0bca985218f63bb2ead7122fb512fcf9696df4b /Misc
parent97cbb76ee31b4b91fd908576bbc3354ceab41cfc (diff)
downloadcpython-615615291f8a59ff194cadb67e9898575061aaa5.zip
cpython-615615291f8a59ff194cadb67e9898575061aaa5.tar.gz
cpython-615615291f8a59ff194cadb67e9898575061aaa5.tar.bz2
logging: Added getLogRecordFactory/setLogRecordFactory with docs and tests.
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 7de6838..7796b2f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -33,6 +33,8 @@ Core and Builtins
Library
-------
+- logging: Added getLogRecordFactory/setLogRecordFactory with docs and tests.
+
- Issue #10549: Fix pydoc traceback when text-documenting certain classes.
- Issue #2001: New HTML server with enhanced Web page features. Patch by Ron