Commit ab41c109 authored by Vinay Sajip's avatar Vinay Sajip

Added entry about addition of _open() method to logging.FileHandler.

parent 825b75a0
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment