diff options
Diffstat (limited to 'libraries/futures/README')
-rw-r--r-- | libraries/futures/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libraries/futures/README b/libraries/futures/README index 5218334673..9e51da8fc2 100644 --- a/libraries/futures/README +++ b/libraries/futures/README @@ -1,4 +1,5 @@ -A Java-style futures package for Python -This package is described in PEP-3148 and is included in Python 3.2. +This is a backport of the concurrent.futures standard library module to Python +2. -Optional dependency: python3 +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. |