This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-07-30 06:34:15 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
8
a48a29947a
cpython
/
Lib
/
logging
History
Download ZIP
Download TAR.GZ
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