diff options
author | Éric Araujo <merwok@netwok.org> | 2011-08-18 22:49:18 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-08-18 22:49:18 (GMT) |
commit | 19f9b71ffea430bbab6fe993873bb2febd6f7af6 (patch) | |
tree | 8611ba4d7df76ddff9b95e40815a24900ba6aad2 /Doc/library/concurrent.futures.rst | |
parent | d001ffe7455605219ae47867beb2b8eb643e4493 (diff) | |
download | cpython-19f9b71ffea430bbab6fe993873bb2febd6f7af6.zip cpython-19f9b71ffea430bbab6fe993873bb2febd6f7af6.tar.gz cpython-19f9b71ffea430bbab6fe993873bb2febd6f7af6.tar.bz2 |
Add a few missing source links from 2.7 and harmonize lib docs headers
Diffstat (limited to 'Doc/library/concurrent.futures.rst')
-rw-r--r-- | Doc/library/concurrent.futures.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/concurrent.futures.rst b/Doc/library/concurrent.futures.rst index e5d13f3..2359dd1 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 |