diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2007-01-09 14:51:36 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2007-01-09 14:51:36 (GMT) |
commit | ab41c109fa081c045117ee74ff059d85074ce244 (patch) | |
tree | 846cb27e58a242c5ac0bce2083bbcdcc29eb246d /Misc | |
parent | 825b75a053e77c886b799c59653d4cbbb34803d0 (diff) | |
download | cpython-ab41c109fa081c045117ee74ff059d85074ce244.zip cpython-ab41c109fa081c045117ee74ff059d85074ce244.tar.gz cpython-ab41c109fa081c045117ee74ff059d85074ce244.tar.bz2 |
Added entry about addition of _open() method to logging.FileHandler.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |