[Python-ideas] Allow filter(items)
Nick Coghlan
ncoghlan at gmail.com
Tue Aug 6 01:33:13 CEST 2013
If filter accepted keyword arguments, then that would offer a much cleaner
way to skip the predicate.
That should become much easier to do (without speed consequences) once
Clinic lands in the default branch.
Cheers,
Nick.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20130806/6e55aae6/attachment.html>
More information about the Python-ideas
mailing list