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 amyodov, ezio.melotti, georg.brandl, rhettinger
Date 2010-04-20.19:21:07
SpamBayes Score 0.0036987406
Marked as misclassified No
Message-id <1271791269.98.0.186588746094.issue8472@psf.upfronthosting.co.za>
In-reply-to
Content
Suggestion for Py2.x:

See :func:`itertools.ifilter` and :func:`itertools.ifilterfalse`
for iterator versions of this function, including a variation that filters for elements where the *function* returns *False*).
History
Date User Action Args
2010-04-20 19:21:10rhettingersetrecipients: + rhettinger, georg.brandl, ezio.melotti, amyodov
2010-04-20 19:21:09rhettingersetmessageid: <1271791269.98.0.186588746094.issue8472@psf.upfronthosting.co.za>
2010-04-20 19:21:07rhettingerlinkissue8472 messages
2010-04-20 19:21:07rhettingercreate