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-27 21:24:32 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
8
c060b0e7eb
cpython
/
Lib
/
logging
History
Download ZIP
Download TAR.GZ
Vinay Sajip
5ff7171ddc
Removed out-of-date comment in _install_handlers and
...
used issubclass in place of equality comparison of classes.
2008-06-29 21:25:28 +00:00
..
__init__.py
Bug
#3126
: StreamHandler and FileHandler check before calling "flush" and "close" that the stream object has these, using hasattr (thanks to bobf for the patch).
2008-06-17 11:02:14 +00:00
config.py
Removed out-of-date comment in _install_handlers and
2008-06-29 21:25:28 +00:00
handlers.py
Fixed
:
#2914
(RFE for UTC support in TimedRotatingFileHandler) and
#2929
(wrong filename used to delete old log files).
2008-05-20 15:34:36 +00:00