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.

classification
Title: Make logging consistent in the standard library
Type: enhancement Stage:
Components: Library (Lib) Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, mfbarnes
Priority: normal Keywords:

Created on 2003-08-19 18:32 by mfbarnes, last changed 2022-04-10 16:10 by admin. This issue is now closed.

Messages (3)
msg17841 - (view) Author: Matthew Barnes (mfbarnes) Date: 2003-08-19 18:32
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
msg17842 - (view) Author: Matthew Barnes (mfbarnes) Date: 2003-09-29 06:25
Logged In: YES 
user_id=843448

Remove doctest.py and unittest.py from this list.  Steve
Purcell and Tim Peters have indicated that logging is not
applicable to those modules.
msg17843 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-06-06 19:17
Logged In: YES 
user_id=849994

Now that this is a Summer of Code project, I guess this
issue can be closed.
History
Date User Action Args
2022-04-10 16:10:44adminsetgithub: 39090
2003-08-19 18:32:53mfbarnescreate