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-23 11:15:24 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
11
fe8496ca03
cpython
/
Lib
/
logging
History
Download ZIP
Download TAR.GZ
Guido van Rossum
24475896dd
Fix what I believe is a bug: when removing all previous handlers,
...
should copy the handlers list because it's being modified by the loop.
2002-12-20 01:54:21 +00:00
..
__init__.py
SF Patch
#638825
logging module
2002-11-15 23:31:28 +00:00
config.py
Fix what I believe is a bug: when removing all previous handlers,
2002-12-20 01:54:21 +00:00
handlers.py
Get rid of #! lines, references to usage as __main__, README.txt, and
2002-11-13 16:18:29 +00:00