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-19 10:54:30 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
78b1a083737c705e5c463bbb61dc8c19e133cf02
cpython
/
Lib
/
logging
T
History
Georg Brandl
f3e304297e
Repair logging test spew caused by rev. 51206.
2006-08-12 08:32:02 +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
Repair logging test spew caused by rev. 51206.
2006-08-12 08:32:02 +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