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 belopolsky
Recipients belopolsky, brett.cannon, nnorwitz, taicki, zotbar1234
Date 2008-03-17.21:25:09
SpamBayes Score 0.20906925
Marked as misclassified No
Message-id <1205789110.24.0.0425109107763.issue2291@psf.upfronthosting.co.za>
In-reply-to
Content
I am commenting on issue2371 patch here, so that I does not get lost in
a non-showstopper issue.  Taek, please reattach your patch here when you
get a chance.

With the additional -3 logic, code duplication between tuple and
non-tuple case becomes unbearable.  I suggest separating both string and
subclass checks in a separate function.
History
Date User Action Args
2008-03-17 21:25:10belopolskysetspambayes_score: 0.209069 -> 0.20906925
recipients: + belopolsky, nnorwitz, brett.cannon, zotbar1234, taicki
2008-03-17 21:25:10belopolskysetspambayes_score: 0.209069 -> 0.209069
messageid: <1205789110.24.0.0425109107763.issue2291@psf.upfronthosting.co.za>
2008-03-17 21:25:09belopolskylinkissue2291 messages
2008-03-17 21:25:09belopolskycreate