This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gdr@garethrees.org
Recipients eric.smith, gdr@garethrees.org, joncle, rhettinger
Date 2014-02-04.16:40:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391532021.54.0.564303108625.issue19363@psf.upfronthosting.co.za>
In-reply-to
Content
What about a documentation change instead? The future_builtins chapter
<http://docs.python.org/2/library/future_builtins.html> in the
standard library documentation could note the incompatibility.

I've attached a patch which adds the following note to the
documentation for future_builtins.map:

    Note: In Python 3, map() does not accept None for the function
    argument. (zip() can be used instead.)
History
Date User Action Args
2014-02-04 16:40:21gdr@garethrees.orgsetrecipients: + gdr@garethrees.org, rhettinger, eric.smith, joncle
2014-02-04 16:40:21gdr@garethrees.orgsetmessageid: <1391532021.54.0.564303108625.issue19363@psf.upfronthosting.co.za>
2014-02-04 16:40:21gdr@garethrees.orglinkissue19363 messages
2014-02-04 16:40:21gdr@garethrees.orgcreate