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
Date 2010-04-20.16:37:33
SpamBayes Score 6.3089055e-07
Marked as misclassified No
Message-id <1271781455.61.0.874507707977.issue8472@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation (eg at http://docs.python.org/release/2.6.5/library/functions.html#filter) tells that there should be an itertools.filterfalse() function complementary to builtin filter() function, that returns the list of elements (instead of the iterator over them, as ifilterfalse() does), for which the condition is failed. This function is absent from Python 2.x branch (though obviously is present in 3.x, as all the i* functions are renamed to their non-i* counterparts).
History
Date User Action Args
2010-04-20 16:37:36amyodovsetrecipients: + amyodov
2010-04-20 16:37:35amyodovsetmessageid: <1271781455.61.0.874507707977.issue8472@psf.upfronthosting.co.za>
2010-04-20 16:37:34amyodovlinkissue8472 messages
2010-04-20 16:37:33amyodovcreate