[Python-ideas] Allow filter(items)

Alexander Belopolsky alexander.belopolsky at gmail.com
Wed Aug 7 12:01:38 CEST 2013


On Mon, Aug 5, 2013 at 3:46 AM, Peter Otten <__peter__ at web.de> wrote:

> filter(items)
>
> looks much cleaner than
>
> filter(None, items)
>
>
>From Guido's time machine comes a pronouncement: <
http://bugs.python.org/issue2186#msg63026>.

:-)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20130807/c8a7ada1/attachment.html>


More information about the Python-ideas mailing list