This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
cpython
mirror of
https://github.com/python/cpython.git
Watch
2
Star
0
Fork
You've already forked cpython
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cda404bf36
cpython
/
Lib
/
logging
History
Vinay Sajip
502348d010
StreamHandler now checks explicitly for None before using sys.stderr as the stream (see SF bug
#1463840
).
2006-04-11 21:42:00 +00:00
..
__init__.py
StreamHandler now checks explicitly for None before using sys.stderr as the stream (see SF bug
#1463840
).
2006-04-11 21:42:00 +00:00
config.py
Added the ability to specify a class attribute in Formatter configuration. Contributed by Shane Hathaway.
2006-01-20 18:28:03 +00:00
handlers.py
Exceptions raised during renaming in rotating file handlers are now passed to handleError (except for SystemExit and KeyboardInterrupt, which are re-raised).
2006-01-16 09:27:58 +00:00