summaryrefslogtreecommitdiff
path: root/python/python-futures/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python-futures/README')
-rw-r--r--python/python-futures/README3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/python-futures/README b/python/python-futures/README
deleted file mode 100644
index 6d34208749..0000000000
--- a/python/python-futures/README
+++ /dev/null
@@ -1,3 +0,0 @@
-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.