summaryrefslogtreecommitdiffstats
path: root/Doc/library/concurrent.futures.rst
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-08-19 01:19:36 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-08-19 01:19:36 (GMT)
commit24d6cc6f4f9872a486d47355e577d1bf3e033415 (patch)
tree3b8f3acd8498aea2df299cbadad48296b1f11ab3 /Doc/library/concurrent.futures.rst
parent50e516aa8e981b767398dd0a0d42cb726bb35975 (diff)
parenta2d26182e28e99a66d9ed128f429d17ea53d48ae (diff)
downloadcpython-24d6cc6f4f9872a486d47355e577d1bf3e033415.zip
cpython-24d6cc6f4f9872a486d47355e577d1bf3e033415.tar.gz
cpython-24d6cc6f4f9872a486d47355e577d1bf3e033415.tar.bz2
Merge 3.2
Diffstat (limited to 'Doc/library/concurrent.futures.rst')
-rw-r--r--Doc/library/concurrent.futures.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/concurrent.futures.rst b/Doc/library/concurrent.futures.rst
index 3bd4531..f401f93 100644
--- a/Doc/library/concurrent.futures.rst
+++ b/Doc/library/concurrent.futures.rst
@@ -4,11 +4,11 @@
.. module:: concurrent.futures
:synopsis: Execute computations concurrently using threads or processes.
+.. versionadded:: 3.2
+
**Source code:** :source:`Lib/concurrent/futures/thread.py`
and :source:`Lib/concurrent/futures/process.py`
-.. versionadded:: 3.2
-
--------------
The :mod:`concurrent.futures` module provides a high-level interface for