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 ezio.melotti
Recipients amyodov, ezio.melotti, georg.brandl, rhettinger
Date 2010-04-20.17:06:13
SpamBayes Score 8.827347e-09
Marked as misclassified No
Message-id <1271783175.64.0.287499587527.issue8472@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-04-20 17:06:15ezio.melottisetrecipients: + ezio.melotti, georg.brandl, rhettinger, amyodov
2010-04-20 17:06:15ezio.melottisetmessageid: <1271783175.64.0.287499587527.issue8472@psf.upfronthosting.co.za>
2010-04-20 17:06:13ezio.melottilinkissue8472 messages
2010-04-20 17:06:13ezio.melotticreate