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, flxkid, gvanrossum, jafo, mamrhein, vdupras
Date 2008-04-11.18:38:27
SpamBayes Score 0.061268706
Marked as misclassified No
Message-id <1207939109.02.0.413312891535.issue1738@psf.upfronthosting.co.za>
In-reply-to
Content
As you are working on this, please consider changing
self.hide+self.ignore in phase0 to chain(self.hide, self.ignore) where
chain should be imported from itertools. There is no need to create the
combined list (twice!) and not accepting arbitrary iterables for hide
and ignore seems to be against the zen of python.
History
Date User Action Args
2008-04-11 18:38:29belopolskysetspambayes_score: 0.0612687 -> 0.061268706
recipients: + belopolsky, gvanrossum, jafo, mamrhein, flxkid, vdupras
2008-04-11 18:38:29belopolskysetspambayes_score: 0.0612687 -> 0.0612687
messageid: <1207939109.02.0.413312891535.issue1738@psf.upfronthosting.co.za>
2008-04-11 18:38:27belopolskylinkissue1738 messages
2008-04-11 18:38:27belopolskycreate