diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2008-06-19 22:41:08 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2008-06-19 22:41:08 (GMT) |
commit | 8dc20fd7ed6e45e0c05c1e458098f5d12752c9eb (patch) | |
tree | 25ea0cb1b5e5a97f9147117717b4e0d3bcc7b597 /Misc | |
parent | 5f7b97d987119713d48b1979e1b4646f5ba54971 (diff) | |
download | cpython-8dc20fd7ed6e45e0c05c1e458098f5d12752c9eb.zip cpython-8dc20fd7ed6e45e0c05c1e458098f5d12752c9eb.tar.gz cpython-8dc20fd7ed6e45e0c05c1e458098f5d12752c9eb.tar.bz2 |
Updated with fix for #3136.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -89,6 +89,11 @@ Extension Modules Library ------- +- Issue #3136: fileConfig()'s disabling of old loggers is now conditional via + an optional disable_existing_loggers parameter, but the default value is + such that the old behaviour is preserved. Thanks to Leandro Lucarella for + the patch. + - Issue #3126: StreamHandler and FileHandler check before calling "flush" and "close" that the stream object has these, using hasattr (thanks to bobf for the patch). |