From ab41c109fa081c045117ee74ff059d85074ce244 Mon Sep 17 00:00:00 2001 From: Vinay Sajip Date: Tue, 9 Jan 2007 14:51:36 +0000 Subject: [PATCH] Added entry about addition of _open() method to logging.FileHandler. --- Misc/NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 6653954d94..b3f03e7009 100644 --- 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. -- 2.50.1