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 gvanrossum
Recipients belopolsky, brett.cannon, gvanrossum
Date 2008-03-18.04:27:04
SpamBayes Score 0.07150163
Marked as misclassified No
Message-id <1205814426.19.0.62005762364.issue2341@psf.upfronthosting.co.za>
In-reply-to
Content
Checked in as r61486.

I tweaked your change slightly to compare the output of PyErr_Warn()
with -1.

The "minor" patch is incorrect IMO; the code where the comment was
originally is indeed normalizing the exception in a specific way, while
code where you moved it doesn't need a comment (the function name
already says what it does :-).
History
Date User Action Args
2008-03-18 04:27:06gvanrossumsetspambayes_score: 0.0715016 -> 0.07150163
recipients: + gvanrossum, brett.cannon, belopolsky
2008-03-18 04:27:06gvanrossumsetspambayes_score: 0.0715016 -> 0.0715016
messageid: <1205814426.19.0.62005762364.issue2341@psf.upfronthosting.co.za>
2008-03-18 04:27:05gvanrossumlinkissue2341 messages
2008-03-18 04:27:04gvanrossumcreate