Josh Rosenberg added the comment:

"are equal to False" would be wrong though. Any "falsy" value is preserved by 
filterfalse, and removed by filter. They need not be equal to False (the bool 
singleton); empty containers (e.g. (), [], {}, "") are all considered false, 
and behave as such, despite not being equal to False.

----------
nosy: +josh.r

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

Reply via email to