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 ned.deily
Recipients Ernesto Alfonso, ned.deily
Date 2015-06-14.00:48:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434242882.21.0.95152738663.issue24446@psf.upfronthosting.co.za>
In-reply-to
Content
Also note that the behavior of map() in Python 3 has been changed to also stop with the termination of the shortest iterator.

https://docs.python.org/3.4/whatsnew/3.0.html#views-and-iterators-instead-of-lists
History
Date User Action Args
2015-06-14 00:48:02ned.deilysetrecipients: + ned.deily, Ernesto Alfonso
2015-06-14 00:48:02ned.deilysetmessageid: <1434242882.21.0.95152738663.issue24446@psf.upfronthosting.co.za>
2015-06-14 00:48:02ned.deilylinkissue24446 messages
2015-06-14 00:48:01ned.deilycreate