This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
a32e0a099b
cpython
/
Lib
/
logging
History
Vinay Sajip
2c050af28b
Modified LogRecord.__init__ to make the func parameter optional. (See SF
#1569622
).
2006-10-03 18:21:56 +00:00
..
__init__.py
Modified LogRecord.__init__ to make the func parameter optional. (See SF
#1569622
).
2006-10-03 18:21:56 +00:00
config.py
Fix missing import of the types module in logging.config.
2006-09-06 20:05:58 +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