aboutsummaryrefslogtreecommitdiff
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, 3 insertions, 0 deletions
diff --git a/python/python-futures/README b/python/python-futures/README
new file mode 100644
index 000000000000..6d34208749a2
--- /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.