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 mark.dickinson
Recipients F.D. Sacerdoti, bquinlan, docs@python, mark.dickinson
Date 2016-02-19.07:59:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455868795.29.0.648783738168.issue26374@psf.upfronthosting.co.za>
In-reply-to
Content
I just noticed this point, which may be confusing things:

> Rebut: order is undefined, concurrent_futures specifies map() returns an iterator, where builtin map returns a list.

In Python 3, the built-in map function returns an iterator, not a list.
History
Date User Action Args
2016-02-19 07:59:55mark.dickinsonsetrecipients: + mark.dickinson, bquinlan, docs@python, F.D. Sacerdoti
2016-02-19 07:59:55mark.dickinsonsetmessageid: <1455868795.29.0.648783738168.issue26374@psf.upfronthosting.co.za>
2016-02-19 07:59:55mark.dickinsonlinkissue26374 messages
2016-02-19 07:59:54mark.dickinsoncreate