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 donmez
Recipients alexandre.vassalotti, christian.heimes, donmez, gregory.p.smith, gvanrossum, loewis
Date 2008-01-20.11:36:58
SpamBayes Score 0.012540547
Marked as misclassified No
Message-id <1200829020.44.0.674928379316.issue1621@psf.upfronthosting.co.za>
In-reply-to
Content
Final patch should be complete. Used a trick in _sre.c, instead of i < 0
, I used 
i + i < i to trick gcc.
History
Date User Action Args
2008-01-20 11:37:00donmezsetspambayes_score: 0.0125405 -> 0.012540547
recipients: + donmez, gvanrossum, loewis, gregory.p.smith, christian.heimes, alexandre.vassalotti
2008-01-20 11:37:00donmezsetspambayes_score: 0.0125405 -> 0.0125405
messageid: <1200829020.44.0.674928379316.issue1621@psf.upfronthosting.co.za>
2008-01-20 11:36:59donmezlinkissue1621 messages
2008-01-20 11:36:59donmezcreate