classification
Title: Add a warnings.showwarning replacement for logging
Type: feature request Stage: needs patch
Components: Library (Lib) Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: vinay.sajip Nosy List: brett.cannon, vinay.sajip (2)
Priority: normal Keywords easy

Created on 2008-11-21 23:21 by brett.cannon, last changed 2008-12-03 23:28 by vinay.sajip.

Messages (2)
msg76221 - (view) Author: Brett Cannon (brett.cannon) 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) Date: 2008-12-03 23:28
Checked into trunk, r67511.
History
Date User Action Args
2008-12-03 23:28:27vinay.sajipsetstatus: open -> closed
resolution: fixed
messages: + msg76851
2008-11-21 23:24:11benjamin.petersonsetassignee: vinay.sajip
nosy: + vinay.sajip
2008-11-21 23:21:38brett.cannoncreate