diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2010-10-20 20:05:38 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2010-10-20 20:05:38 (GMT) |
commit | 2a20dfc2aabc3259d5b4276eeec91f83230fdcac (patch) | |
tree | 35e3ce7c976c4c969fad1fc4dbf2d1aee48255e9 /Misc | |
parent | f3500e119865b28c34ffacb9f582db49b9d70e9d (diff) | |
download | cpython-2a20dfc2aabc3259d5b4276eeec91f83230fdcac.zip cpython-2a20dfc2aabc3259d5b4276eeec91f83230fdcac.tar.gz cpython-2a20dfc2aabc3259d5b4276eeec91f83230fdcac.tar.bz2 |
logging: Made StreamHandler terminator configurable.
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: Made StreamHandler terminator configurable. + - logging: Allowed filters to be just callables. - logging: Added tests for _logRecordClass changes. |