cpython/Lib/logging
Georg Brandl 4dc095249e Fix missing import of the types module in logging.config.
(backport from rev. 51785)
2006-09-06 20:06:27 +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 Fix missing import of the types module in logging.config. 2006-09-06 20:06:27 +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