Message 208957 - Python tracker

Message208957

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 <1390490560.93.0.615545941758.issue20367@psf.upfronthosting.co.za>
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: <1390490560.93.0.615545941758.issue20367@psf.upfronthosting.co.za>
2014-01-23 15:22:40vstinnerlinkissue20367 messages
2014-01-23 15:22:40vstinnercreate