[issue8472] itertools.filterfalse() function missing

Ezio Melotti report at bugs.python.org
Tue Apr 20 19:06:15 CEST 2010


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

That line has been added first on py3k where the function is called 'itertools.filterfalse' and then ported to 2.x. Most likely the 'i' has been forgotten.
A new filterfalse function can't be added to 2.7 because it's already in beta.
I fixed the link to point to itertools.ifilterfalse() in r80270 and r80271.
Raymond, if you think that sentence should be rephrased, feel free to change it or reopen the issue.

----------
assignee:  -> georg.brandl
components: +Documentation
nosy: +ezio.melotti, georg.brandl, rhettinger
priority:  -> normal
resolution:  -> fixed
stage:  -> committed/rejected
status: open -> closed
versions:  -Python 2.5

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


More information about the Python-bugs-list mailing list