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.

Author brett.cannon
Recipients brett.cannon, christian.heimes, nnorwitz
Date 2007-12-03.04:19:02
SpamBayes Score 0.027093722
Marked as misclassified No
Message-id <1196655543.31.0.0761838386056.issue1631171@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch implements warn_explicit(), all in C.  Tests are
still needed, though (including for showwarning() and formatwarning() to
deal with their new 'line' argument).

And -W still needs to be dealt with.
Files
File name Uploaded
_warnings.diff brett.cannon, 2007-12-03.04:19:03
History
Date User Action Args
2007-12-03 04:19:03brett.cannonsetspambayes_score: 0.0270937 -> 0.027093722
recipients: + brett.cannon, nnorwitz, christian.heimes
2007-12-03 04:19:03brett.cannonsetspambayes_score: 0.0270937 -> 0.0270937
messageid: <1196655543.31.0.0761838386056.issue1631171@psf.upfronthosting.co.za>
2007-12-03 04:19:03brett.cannonlinkissue1631171 messages
2007-12-03 04:19:03brett.cannoncreate