cpython/Lib/logging
Vinay Sajip 825b75a053 Bug #1627575: 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". 2007-01-09 14:50:28 +00:00
..
__init__.py Bug #1627575: 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". 2007-01-09 14:50:28 +00:00
config.py Patch by "cuppatea" (SF #1503765) 2006-12-11 14:26:23 +00:00
handlers.py Bare except clause removed from SMTPHandler.emit(). Now, only ImportError is trapped. 2007-01-08 18:50:32 +00:00