New submission from Alexander Myodov <amyo...@gmail.com>:

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).

----------
messages: 103733
nosy: honeyman
severity: normal
status: open
title: itertools.filterfalse() function missing
versions: Python 2.5, Python 2.6, Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8472>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to