This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
ab41c109fa
cpython
/
Lib
/
logging
History
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