From: Antoine Pitrou Date: Sun, 12 Dec 2010 20:34:49 +0000 (+0000) Subject: Homogenize the "optional OS services" menu X-Git-Tag: v3.2b2~126 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=64a467d7901f5a41562b02a4c02d64775814fb55;p=thirdparty%2FPython%2Fcpython.git Homogenize the "optional OS services" menu --- diff --git a/Doc/library/concurrent.futures.rst b/Doc/library/concurrent.futures.rst index 3b74aa88bfc6..aeb792e49484 100644 --- a/Doc/library/concurrent.futures.rst +++ b/Doc/library/concurrent.futures.rst @@ -1,5 +1,5 @@ -:mod:`concurrent.futures` --- Concurrent computation -==================================================== +:mod:`concurrent.futures` --- Launching parallel tasks +====================================================== .. module:: concurrent.futures :synopsis: Execute computations concurrently using threads or processes. diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index a52824f24f9a..cc40a2a4c04b 100644 --- a/Doc/library/multiprocessing.rst +++ b/Doc/library/multiprocessing.rst @@ -1,8 +1,8 @@ -:mod:`multiprocessing` --- Process-based "threading" interface -============================================================== +:mod:`multiprocessing` --- Process-based parallelism +==================================================== .. module:: multiprocessing - :synopsis: Process-based "threading" interface. + :synopsis: Process-based parallelism. Introduction diff --git a/Doc/library/someos.rst b/Doc/library/someos.rst index f361330a9d93..d2009bbc18c7 100644 --- a/Doc/library/someos.rst +++ b/Doc/library/someos.rst @@ -14,11 +14,11 @@ some other systems as well (e.g. Windows). Here's an overview: select.rst threading.rst - dummy_threading.rst - _thread.rst - _dummy_thread.rst - concurrent.futures.rst multiprocessing.rst + concurrent.futures.rst mmap.rst readline.rst rlcompleter.rst + dummy_threading.rst + _thread.rst + _dummy_thread.rst diff --git a/Doc/library/threading.rst b/Doc/library/threading.rst index 11aa4c4d3cc3..282d7057c065 100644 --- a/Doc/library/threading.rst +++ b/Doc/library/threading.rst @@ -1,8 +1,8 @@ -:mod:`threading` --- Higher-level threading interface -===================================================== +:mod:`threading` --- Thread-based parallelism +============================================= .. module:: threading - :synopsis: Higher-level threading interface. + :synopsis: Thread-based parallelism. This module constructs higher-level threading interfaces on top of the lower