aboutsummaryrefslogtreecommitdiff
path: root/python/python-futures/README
diff options
context:
space:
mode:
authorBrenton Earl <brent@exitstatusone.com>2015-11-14 23:16:34 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-11-14 23:16:34 +0700
commit6a250f182ecd65acfcac96409f71010ba7cb04a6 (patch)
tree5a9d8abd6b6b6f2cfea0f7c73ae1b025cc36939e /python/python-futures/README
parent1c2684f28287c93631e9f8a2a871bf06e9f777c6 (diff)
python/python-futures: Added (Backport concurrent.futures package).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-futures/README')
-rw-r--r--python/python-futures/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python-futures/README b/python/python-futures/README
new file mode 100644
index 0000000000..6d34208749
--- /dev/null
+++ b/python/python-futures/README
@@ -0,0 +1,3 @@
+Backport of the concurrent.futures package to Python 2.6 and 2.7.
+The concurrent.futures module provides a high-level interface for
+asynchronously executing callables.