[issue8472] itertools.filterfalse() function missing

Raymond Hettinger report at bugs.python.org
Tue Apr 20 21:21:09 CEST 2010


Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:

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*).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8472>
_______________________________________


More information about the Python-bugs-list mailing list