Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make logging consistent in the standard library #39090

Closed
mfbarnes mannequin opened this issue Aug 19, 2003 · 3 comments
Closed

Make logging consistent in the standard library #39090

mfbarnes mannequin opened this issue Aug 19, 2003 · 3 comments
Labels
stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@mfbarnes
Copy link
Mannequin

mfbarnes mannequin commented Aug 19, 2003

BPO 791410
Nosy @birkenfeld

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2006-06-06.19:17:12.000>
created_at = <Date 2003-08-19.18:32:53.000>
labels = ['type-feature', 'library']
title = 'Make logging consistent in the standard library'
updated_at = <Date 2006-06-06.19:17:12.000>
user = 'https://bugs.python.org/mfbarnes'

bugs.python.org fields:

activity = <Date 2006-06-06.19:17:12.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2003-08-19.18:32:53.000>
creator = 'mfbarnes'
dependencies = []
files = []
hgrepos = []
issue_num = 791410
keywords = []
message_count = 3.0
messages = ['17841', '17842', '17843']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'mfbarnes']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue791410'
versions = []

@mfbarnes
Copy link
Mannequin Author

mfbarnes mannequin commented Aug 19, 2003

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

@mfbarnes mfbarnes mannequin closed this as completed Aug 19, 2003
@mfbarnes mfbarnes mannequin added stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels Aug 19, 2003
@mfbarnes mfbarnes mannequin closed this as completed Aug 19, 2003
@mfbarnes mfbarnes mannequin added stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels Aug 19, 2003
@mfbarnes
Copy link
Mannequin Author

mfbarnes mannequin commented Sep 29, 2003

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.

@birkenfeld
Copy link
Member

Logged In: YES
user_id=849994

Now that this is a Summer of Code project, I guess this
issue can be closed.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant