This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
cpython
Watch
2
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-11-01 06:01:29 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
953c1897d2
cpython
/
Lib
/
logging
History
Download ZIP
Download TAR.GZ
Georg Brandl
0a7d1bb168
logging's atexit hook now runs even if the rest of the module has
...
already been cleaned up.
2006-08-11 07:26:10 +00:00
..
__init__.py
logging's atexit hook now runs even if the rest of the module has
2006-08-11 07:26:10 +00:00
config.py
Fixed bug in fileConfig() which failed to clear logging._handlerList
2006-06-30 00:13:08 +00:00
handlers.py
Addressed SF#1524081 by using a dictionary to map level names to syslog priority names, rather than a string.lower().
2006-07-20 23:20:12 +00:00