[Python-checkins] r64417 - python/trunk/Misc/NEWS

vinay.sajip python-checkins at python.org
Fri Jun 20 00:41:09 CEST 2008


Author: vinay.sajip
Date: Fri Jun 20 00:41:08 2008
New Revision: 64417

Log:
Updated with fix for #3136.

Modified:
   python/trunk/Misc/NEWS

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Fri Jun 20 00:41:08 2008
@@ -89,6 +89,11 @@
 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).


More information about the Python-checkins mailing list