summaryrefslogtreecommitdiffstats
path: root/libraries/futures/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2019-03-10 20:16:55 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-03-16 06:53:32 +0700
commit0cfc5a0fdb42d5b21b13a8c881962f7d64297bb9 (patch)
treef88c902897ec9774e79af40390b292bd4b392de3 /libraries/futures/README
parent613be66657f89fbe3ce42dfb82f607706a7fb333 (diff)
downloadslackbuilds-0cfc5a0fdb42d5b21b13a8c881962f7d64297bb9.tar.gz
slackbuilds-0cfc5a0fdb42d5b21b13a8c881962f7d64297bb9.tar.xz
libraries/futures: Removed python3 support.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'libraries/futures/README')
-rw-r--r--libraries/futures/README7
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.