cpython/Lib/logging
Jeremy Hylton 250684ddd8 Use lightweight introspection instead of the inspect module hammer.
Removing locking are findCaller() calls as the implementation using
sys._getframe() is thread-safe.

Changes reviewed by Vinay.
2003-01-23 18:29:29 +00:00
..
__init__.py Use lightweight introspection instead of the inspect module hammer. 2003-01-23 18:29:29 +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