]> granicus.if.org Git - python/commitdiff
Added entry about addition of _open() method to logging.FileHandler.
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Tue, 9 Jan 2007 14:51:36 +0000 (14:51 +0000)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Tue, 9 Jan 2007 14:51:36 +0000 (14:51 +0000)
Misc/NEWS

index 6653954d944a449a35263e14c90b5b71811d1f04..b3f03e700992c6ab6b2edac2fba138f2c565dad7 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -109,6 +109,10 @@ Core and builtins
 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.