]> granicus.if.org Git - python/commitdiff
Homogenize the "optional OS services" menu
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 12 Dec 2010 20:34:49 +0000 (20:34 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 12 Dec 2010 20:34:49 +0000 (20:34 +0000)
Doc/library/concurrent.futures.rst
Doc/library/multiprocessing.rst
Doc/library/someos.rst
Doc/library/threading.rst

index 3b74aa88bfc6c8ac9173dcfb46960257cc60d990..aeb792e4948466b8a2f48951f98af4fe136297f6 100644 (file)
@@ -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.
index a52824f24f9a66f4efbac1cd650ef60b511db0b8..cc40a2a4c04bf18faa9be4a7c30a426e47d156e2 100644 (file)
@@ -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
index f361330a9d939075e34786c9fe8e9899f3aba8a7..d2009bbc18c70aa0730d0ccfaa43924f52913c3b 100644 (file)
@@ -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
index 11aa4c4d3cc3287a6cbd53aae4905dab703a2888..282d7057c065281ef4b50bb0542627f9e35f5fa7 100644 (file)
@@ -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