This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-26 14:23:18 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
07c19eaa2000b8778c405a9cab5cb7603f318682
cpython
/
Lib
/
logging
T
History
Vinay Sajip
bababa3ecc
Bug
#1321
: Fixed logic error in TimedRotatingFileHandler.__init__()
2007-10-24 10:47:06 +00:00
..
__init__.py
Change to LogRecord.__init__() to
fix
#1206
. Note that archaic use of type(x) == types.DictType is because of keeping 1.5.2 compatibility. While this is much less relevant these days, there probably needs to be a separate commit for removing all archaic constructs at the same time.
2007-09-27 07:35:10 +00:00
config.py
…
handlers.py
Bug
#1321
: Fixed logic error in TimedRotatingFileHandler.__init__()
2007-10-24 10:47:06 +00:00