diff options
Diffstat (limited to 'libraries/futures/slack-desc')
-rw-r--r-- | libraries/futures/slack-desc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/futures/slack-desc b/libraries/futures/slack-desc index e4d5d0c670..549cca9d60 100644 --- a/libraries/futures/slack-desc +++ b/libraries/futures/slack-desc @@ -6,10 +6,10 @@ # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| -futures: futures (Java-style package for Python) +futures: futures (Backport of the concurrent.futures package) futures: -futures: A Java-style futures package for Python -futures: This package is described in PEP-3148 and is included in Python 3.2. +futures: This is a backport of the concurrent.futures standard library module +futures: to python 2. futures: futures: Homepage: https://github.com/agronholm/pythonfutures futures: |