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 vstinner
Recipients glangford, gvanrossum, mark.dickinson, tim.peters, vstinner
Date 2014-01-23.15:22:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Since the new asyncio module has also a Future class and functions like as_completed(), this issue concerns also asyncio. concurrent.futures and asyncio should have the same behaviour.
History
Date User Action Args
2014-01-23 15:22:40vstinnersetrecipients: + vstinner, gvanrossum, tim.peters, mark.dickinson, glangford
2014-01-23 15:22:40vstinnersetmessageid: <[email protected]>
2014-01-23 15:22:40vstinnerlinkissue20367 messages
2014-01-23 15:22:40vstinnercreate