This website requires JavaScript.
Explore
Help
Sign In
ada
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/AdaCore/cpython.git
synced
2026-02-12 12:57:15 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
65ad043ea3c331ee41b19746f3a15b19bef2dab1
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