Ezio Melotti <[email protected]> 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 <[email protected]> <http://bugs.python.org/issue8472> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
