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, nnorwitz
Date 2008-01-28.18:09:31
SpamBayes Score 0.14127697
Marked as misclassified No
Message-id <1201543773.04.0.347783252829.issue1621@psf.upfronthosting.co.za>
In-reply-to
Content
Moving the empty check before the loop will fix this and possibly
optimize empty string handling.
History
Date User Action Args
2008-01-28 18:09:33donmezsetspambayes_score: 0.141277 -> 0.14127697
recipients: + donmez, gvanrossum, loewis, nnorwitz, gregory.p.smith, christian.heimes, alexandre.vassalotti
2008-01-28 18:09:33donmezsetspambayes_score: 0.141277 -> 0.141277
messageid: <1201543773.04.0.347783252829.issue1621@psf.upfronthosting.co.za>
2008-01-28 18:09:31donmezlinkissue1621 messages
2008-01-28 18:09:31donmezcreate