diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2010-12-03 11:50:38 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2010-12-03 11:50:38 (GMT) |
commit | 615615291f8a59ff194cadb67e9898575061aaa5 (patch) | |
tree | e0bca985218f63bb2ead7122fb512fcf9696df4b /Misc | |
parent | 97cbb76ee31b4b91fd908576bbc3354ceab41cfc (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |