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 2008-03-19.05:14:37
SpamBayes Score 0.051243514
Marked as misclassified No
Message-id <1205903687.09.0.826222688845.issue1631171@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is what I think is a completely working version of warnings 
implemented in a mixture of C and Python. I am not worrying about 
documenting the new C APIs I had to add since they are pretty specific 
to internal stuff. Probably should add a leading '_', but I'm tired. =)

I think the fleshed out tests do a pretty good job of testing new code. 
Even if this patch gets held up the tests should definitely get 
backported as is reasonable.

Assigning to Neal to review (hopefully soon).
History
Date User Action Args
2008-03-19 05:14:47brett.cannonsetspambayes_score: 0.0512435 -> 0.051243514
recipients: + brett.cannon, nnorwitz, christian.heimes
2008-03-19 05:14:47brett.cannonsetspambayes_score: 0.0512435 -> 0.0512435
messageid: <1205903687.09.0.826222688845.issue1631171@psf.upfronthosting.co.za>
2008-03-19 05:14:46brett.cannonlinkissue1631171 messages
2008-03-19 05:14:46brett.cannoncreate