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

Guido van Rossum report at bugs.python.org
Mon Feb 25 05:04:20 CET 2008


New submission from Guido van Rossum:

There are other ways of getting the same effects now (list() or zip()
for map(None, ...)).

----------
keywords: easy
messages: 62967
nosy: gvanrossum
severity: normal
status: open
title: map and filter shouldn't support None as first argument (in Py3k only)
versions: Python 3.0

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


More information about the New-bugs-announce mailing list