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-07-28 21:55:21 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
9
97ef165a1d
cpython
/
Lib
/
logging
History
Download ZIP
Download TAR.GZ
Vinay Sajip
97ef165a1d
Added optional delay argument to FileHandler and subclasses.
2008-01-24 12:37:08 +00:00
..
__init__.py
Added optional delay argument to FileHandler and subclasses.
2008-01-24 12:37:08 +00:00
config.py
Fixed a bug reported (in private email, by Robert Crida) in logging configuration whereby child loggers of a logger named in a configuration file, which are not themselves named in the configuration, are disabled when the configuration is applied.
2007-11-11 14:27:30 +00:00
handlers.py
Fix
:
#1836
: Off-by-one bug in TimedRotatingFileHandler rollover calculation. Patch thanks to Kathryn M. Kowalski.
2008-01-21 17:02:26 +00:00