This website requires JavaScript.
Explore
Help
Sign In
ada
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/AdaCore/cpython.git
synced
2026-02-12 12:57:15 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b499eec161f035be9749d65dd5d00aebd1284ae7
cpython
/
Lib
/
logging
History
Georg Brandl
e00ffffed3
Fix missing import of the types module in logging.config.
...
(backport from rev. 51785)
2006-09-06 20:06:20 +00:00
..
__init__.py
StreamHandler now checks explicitly for None before using sys.stderr as the stream (see SF bug
#1463840
).
2006-04-12 10:02:00 +00:00
config.py
Fix missing import of the types module in logging.config.
2006-09-06 20:06:20 +00:00
handlers.py
Removed buggy exception handling in doRollover of rotating file handlers. Exceptions now propagate to caller.
2006-06-27 07:37:45 +00:00