[Python-checkins] r53305 - python/trunk/Misc/NEWS
vinay.sajip
python-checkins at python.org
Tue Jan 9 15:51:36 CET 2007
Author: vinay.sajip
Date: Tue Jan 9 15:51:36 2007
New Revision: 53305
Modified:
python/trunk/Misc/NEWS
Log:
Added entry about addition of _open() method to logging.FileHandler.
Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS (original)
+++ python/trunk/Misc/NEWS Tue Jan 9 15:51:36 2007
@@ -109,6 +109,10 @@
Library
-------
+- Bug #1627575: logging: Added _open() method to FileHandler which can
+ be used to reopen files. The FileHandler instance now saves the
+ encoding (which can be None) in an attribute called "encoding".
+
- Bug #411881: logging.handlers: bare except clause removed from
SMTPHandler.emit. Now, only ImportError is trapped.
More information about the Python-checkins
mailing list