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-04-01.13:14:21
SpamBayes Score 0.37047535
Marked as misclassified No
Message-id <1207055676.43.0.961222308102.issue1631171@psf.upfronthosting.co.za>
In-reply-to
Content
Neal's issues are addressed in this patch. I also finally filled out 
warnings.h. The only thing that I didn't deal with is Neal's worry of 
exposing _PyWarnings_Init(). It is not explicitly exported anywhere as 
part of the API so I am not sure what he is worrying about.

The attached patch is finished for CPython. I do want to go back and put 
back in the pure Python code that _warnings.c replaces so that 
alternative VMs don't have to implement any part of warnings if they 
don't want to.
History
Date User Action Args
2008-04-01 13:14:37brett.cannonsetspambayes_score: 0.370475 -> 0.37047535
recipients: + brett.cannon, nnorwitz, christian.heimes
2008-04-01 13:14:36brett.cannonsetspambayes_score: 0.370475 -> 0.370475
messageid: <1207055676.43.0.961222308102.issue1631171@psf.upfronthosting.co.za>
2008-04-01 13:14:34brett.cannonlinkissue1631171 messages
2008-04-01 13:14:34brett.cannoncreate