This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
cpython
mirror of
https://github.com/python/cpython.git
Watch
2
Star
0
Fork
You've already forked cpython
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b27745fb6d
cpython
/
Lib
/
logging
History
Christian Heimes
c5f05e45cf
Patch
#2167
from calvin: Remove unused imports
2008-02-23 17:40:11 +00:00
..
__init__.py
Add __all__ to logging module.
2008-02-16 01:22:54 +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
Patch
#2167
from calvin: Remove unused imports
2008-02-23 17:40:11 +00:00