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 |
Neal Norwitz
|
d1cade0d1f
|
SF Patch #638825 logging module
Fix pychecker warnings, remove unused imports and rename root
|
2002-11-15 23:31:28 +00:00 |
Guido van Rossum
|
455ab77f34
|
Get rid of #! lines, references to usage as __main__, README.txt, and
http://www.red-dove.com/python_logging.html.
|
2002-11-13 16:18:29 +00:00 |
Guido van Rossum
|
57102f861d
|
Adding Vinay Sajip's logging package.
|
2002-11-13 16:15:58 +00:00 |