summaryrefslogtreecommitdiffstats
path: root/libraries/futures/README
blob: 2d2634bb0ee2728eab3cbea2eb6b743f48e333e1 (plain)
1
2
3
4
5
6
This is a backport of the concurrent.futures standard library module
to Python 2.

It should not be installed on Python 3, although there should be no
harm in doing so, as the standard library takes precedence over third
party libraries.