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-08-01 23:53:15 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
8
a86b262d1e
cpython
/
Lib
/
logging
History
Download ZIP
Download TAR.GZ
Vinay Sajip
a50c284076
Closes
#13859
: Replaced reference to StandardError with reference to Exception. Thanks to Matt Joiner for spotting this and submitting a patch.
2012-01-25 17:41:13 +00:00
..
__init__.py
Closes
#13859
: Replaced reference to StandardError with reference to Exception. Thanks to Matt Joiner for spotting this and submitting a patch.
2012-01-25 17:41:13 +00:00
config.py
Closes
#13258
: Use callable() built-in in the standard library.
2011-10-28 14:45:05 +02:00
handlers.py
Issue
#12168
: SysLogHandler now allows NUL termination to be controlled using a new 'append_nul' attribute on the handler.
2011-06-09 16:50:49 +01:00