agronholm / pythonfutures

Backport of the concurrent.futures package to Python 2.6 and 2.7
Other
232 stars 51 forks source link

Backport new API to Python 2 futures #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Python 2 is here to stay for a long time. There's value in having a consistent 
API to both reduce confusion and so that users don't have to worry about one 
day migrating to a different API. Plus it's low-hanging fruit.

Original issue reported on code.google.com by yanghate...@gmail.com on 10 Nov 2010 at 4:03

GoogleCodeExporter commented 9 years ago

Original comment by brian.qu...@gmail.com on 14 Nov 2010 at 3:50