This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-08-01 15:43:13 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
8
825b75a053
cpython
/
Lib
/
logging
History
Download ZIP
Download TAR.GZ
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