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-26 14:23:18 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e184433654152296d04d796aa330474b24dbc3df
cpython
/
Lib
/
logging
T
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