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

Add a warnings.showwarning replacement for logging #48634

Closed
brettcannon opened this issue Nov 21, 2008 · 2 comments
Closed

Add a warnings.showwarning replacement for logging #48634

brettcannon opened this issue Nov 21, 2008 · 2 comments
Assignees
Labels
easy stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@brettcannon
Copy link
Member

BPO 4384
Nosy @brettcannon, @vsajip

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 = 'https://github.com/vsajip'
closed_at = <Date 2008-12-03.23:28:27.842>
created_at = <Date 2008-11-21.23:21:38.221>
labels = ['easy', 'type-feature', 'library']
title = 'Add a warnings.showwarning replacement for logging'
updated_at = <Date 2010-06-30.18:07:11.160>
user = 'https://github.com/brettcannon'

bugs.python.org fields:

activity = <Date 2010-06-30.18:07:11.160>
actor = 'eric.araujo'
assignee = 'vinay.sajip'
closed = True
closed_date = <Date 2008-12-03.23:28:27.842>
closer = 'vinay.sajip'
components = ['Library (Lib)']
creation = <Date 2008-11-21.23:21:38.221>
creator = 'brett.cannon'
dependencies = []
files = []
hgrepos = []
issue_num = 4384
keywords = ['easy']
message_count = 2.0
messages = ['76221', '76851']
nosy_count = 2.0
nosy_names = ['brett.cannon', 'vinay.sajip']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue4384'
versions = ['Python 3.1', 'Python 2.7']

@brettcannon
Copy link
Member Author

It would be nice if the logging package provided a replacement for
warnings.showwarning() so that all warning redirect to the logging package.

@brettcannon brettcannon added stdlib Python modules in the Lib dir easy type-feature A feature request or enhancement labels Nov 21, 2008
@vsajip
Copy link
Member

vsajip commented Dec 3, 2008

Checked into trunk, r67511.

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

No branches or pull requests

2 participants