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 rhettinger
Recipients belopolsky, gvanrossum, rhettinger
Date 2008-02-25.19:08:27
SpamBayes Score 0.028797941
Marked as misclassified No
Message-id <1203966509.11.0.70300732605.issue2186@psf.upfronthosting.co.za>
In-reply-to
Content
Will think about ifilter() and ifilterfalse() for a day or two.  The
None argument handles the common use-case and there may be a good case
for keeping it.  If I do decide to drop it, will put in my own patch
that optimized for the case with the filter function is bool().

+1 On removing the None argument from map() and imap().  It was
hold-over from the days before zip().
History
Date User Action Args
2008-02-25 19:08:29rhettingersetspambayes_score: 0.0287979 -> 0.028797941
recipients: + rhettinger, gvanrossum, belopolsky
2008-02-25 19:08:29rhettingersetspambayes_score: 0.0287979 -> 0.0287979
messageid: <1203966509.11.0.70300732605.issue2186@psf.upfronthosting.co.za>
2008-02-25 19:08:27rhettingerlinkissue2186 messages
2008-02-25 19:08:27rhettingercreate