This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mfbarnes
Recipients
Date 2003-08-19.18:32:53
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logging should be consistent in the standard library. 
Standard library modules that currently define their
own logging functions should be updated to use the
standard 'logging' module instead.

Such modules include (not necessarily a complete list):

asyncore.py
BaseHTTPServer.py
cgi.py
doctest.py
imaplib.py
unittest.py
distutils package
History
Date User Action Args
2007-08-23 14:16:14adminlinkissue791410 messages
2007-08-23 14:16:14admincreate