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 mark.dickinson
Recipients brett.cannon, kristjan.jonsson, mark.dickinson
Date 2008-07-21.22:52:20
SpamBayes Score 2.362884e-05
Marked as misclassified No
Message-id <1216680741.81.0.0981349859594.issue3369@psf.upfronthosting.co.za>
In-reply-to
Content
Fixed in r65179.  I modified the patch slightly to include the "infinity" 
check, and to change "if(s_buffer)" to the slightly more explicit "if 
(s_buffer != NULL)".

Thanks!
History
Date User Action Args
2008-07-21 22:52:22mark.dickinsonsetspambayes_score: 2.36288e-05 -> 2.362884e-05
recipients: + mark.dickinson, brett.cannon, kristjan.jonsson
2008-07-21 22:52:21mark.dickinsonsetspambayes_score: 2.36288e-05 -> 2.36288e-05
messageid: <1216680741.81.0.0981349859594.issue3369@psf.upfronthosting.co.za>
2008-07-21 22:52:21mark.dickinsonlinkissue3369 messages
2008-07-21 22:52:20mark.dickinsoncreate