diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2010-10-19 20:44:14 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2010-10-19 20:44:14 (GMT) |
commit | 6fac8171367e0f2626613eb0ac07fc79c25f2500 (patch) | |
tree | 3f1babd6f2fab6651ac594da2ad926f65fccac9b /Misc | |
parent | 7004bd1a3de06330761d164bae0d82c597bf39cf (diff) | |
download | cpython-6fac8171367e0f2626613eb0ac07fc79c25f2500.zip cpython-6fac8171367e0f2626613eb0ac07fc79c25f2500.tar.gz cpython-6fac8171367e0f2626613eb0ac07fc79c25f2500.tar.bz2 |
logging: Added tests for _logRecordClass changes.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |