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 amyodov
Recipients amyodov, ezio.melotti, georg.brandl, rhettinger
Date 2010-04-20.17:26:43
SpamBayes Score 0.00020556904
Marked as misclassified No
Message-id <1271784405.84.0.28814428784.issue8472@psf.upfronthosting.co.za>
In-reply-to
Content
In this case, I'd suggest to rephrase it to "See :func:`itertools.ifilterfalse` for the complementary function that returns the iterator over the elements of *iterable* for which *function* returns false.", or even remove this line at all (because, ifilterfalse() is a complement to ifilter() rather than to filter()). But please don't leave this as it is now, as this is still confusing and misleading (filter returns a list, but ifilter and ifilterfalse return an iterator!).
History
Date User Action Args
2010-04-20 17:26:45amyodovsetrecipients: + amyodov, georg.brandl, rhettinger, ezio.melotti
2010-04-20 17:26:45amyodovsetmessageid: <1271784405.84.0.28814428784.issue8472@psf.upfronthosting.co.za>
2010-04-20 17:26:43amyodovlinkissue8472 messages
2010-04-20 17:26:43amyodovcreate