[issue2186] map and filter shouldn't support None as first argument (in Py3k only)

Raymond Hettinger report at bugs.python.org
Tue Feb 26 05:59:59 CET 2008


Raymond Hettinger added the comment:

Okay.  Will drop None in favor of bool() in ifilter and ifilterfalse. 
Also, it looks like there agreement on dropping None for map() and 
going forward with the operator.identity() patch.  Will check these in 
in the next couple of days.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2186>
__________________________________


More information about the Python-bugs-list mailing list