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
50e90e265f
cpython
/
Lib
/
logging
History
Vinay Sajip
c537881caa
Change to LogRecord.__init__() to
fix
#1206
. Note that archaic use of type(x) == types.DictType is because of keeping 1.5.2 compatibility. While this is much less relevant these days, there probably needs to be a separate commit for removing all archaic constructs at the same time.
2007-09-27 07:35:10 +00:00
..
__init__.py
Change to LogRecord.__init__() to
fix
#1206
. Note that archaic use of type(x) == types.DictType is because of keeping 1.5.2 compatibility. While this is much less relevant these days, there probably needs to be a separate commit for removing all archaic constructs at the same time.
2007-09-27 07:35:10 +00:00
config.py
Patch by "cuppatea" (SF
#1503765
)
2006-12-11 14:26:23 +00:00
handlers.py
Updated docstring for SysLogHandler (
#1720726
).
2007-05-25 07:05:59 +00:00