Issue 4384: Add a warnings.showwarning replacement for logging (original) (raw)

Issue4384

Created on 2008-11-21 23:21 by brett.cannon, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg76221 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2008-11-21 23:21
It would be nice if the logging package provided a replacement for warnings.showwarning() so that all warning redirect to the logging package.
msg76851 - (view) Author: Vinay Sajip (vinay.sajip) * (Python committer) Date: 2008-12-03 23:28
Checked into trunk, r67511.
History
Date User Action Args
2022-04-11 14:56:41 admin set github: 48634
2010-06-30 18:07:11 eric.araujo set stage: needs patch -> resolvedversions: + Python 3.1, Python 2.7
2008-12-03 23:28:27 vinay.sajip set status: open -> closedresolution: fixedmessages: +
2008-11-21 23:24:11 benjamin.peterson set assignee: vinay.sajipnosy: + vinay.sajip
2008-11-21 23:21:38 brett.cannon create