mirror of
https://github.com/python/cpython.git
synced 2026-04-25 21:30:45 +00:00
Added entry about addition of _open() method to logging.FileHandler.
This commit is contained in:
parent
825b75a053
commit
ab41c109fa
1 changed files with 4 additions and 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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue