Gareth Rees added the comment:

Sorry about that; here it is. I had second thoughts about recommending zip() as 
an alternative (that would only work for cases where the None was constant; in 
other cases you might need lambda *args: args, but this seemed too 
complicated), so the note now says only:

    Note: In Python 3, map() does not accept None for the
    function argument.

----------
keywords: +patch
Added file: http://bugs.python.org/file34117/issue19363.patch

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

Reply via email to