Updated with fix for #3136.

This commit is contained in:
Vinay Sajip 2008-06-19 22:41:08 +00:00
parent 5f7b97d987
commit 8dc20fd7ed

View file

@ -89,6 +89,11 @@ Extension Modules
Library 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 - Issue #3126: StreamHandler and FileHandler check before calling "flush" and
"close" that the stream object has these, using hasattr (thanks to bobf for "close" that the stream object has these, using hasattr (thanks to bobf for
the patch). the patch).