diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-07-02 03:36:37 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-07-02 03:36:37 (GMT) |
commit | 63d80b71b3cc5a1180026a77e6329e0324974b3d (patch) | |
tree | 17d358281a112ebe8fd829c6f23cab31698000c0 /Doc/whatsnew | |
parent | 15256ba8eeec8483279cbc55ca94b969f3a40c5d (diff) | |
parent | 44f323cb42418e6e2b83b7655146de66a7289dd4 (diff) | |
download | cpython-63d80b71b3cc5a1180026a77e6329e0324974b3d.zip cpython-63d80b71b3cc5a1180026a77e6329e0324974b3d.tar.gz cpython-63d80b71b3cc5a1180026a77e6329e0324974b3d.tar.bz2 |
merge 3.5
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.4.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 08cd412..5176b9a 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -1123,7 +1123,7 @@ multiprocessing .. _whatsnew-multiprocessing-no-fork: On Unix two new :ref:`start methods <multiprocessing-start-methods>`, -(``spawn`` and ``forkserver``, have been added for starting processes using +``spawn`` and ``forkserver``, have been added for starting processes using :mod:`multiprocessing`. These make the mixing of processes with threads more robust, and the ``spawn`` method matches the semantics that multiprocessing has always used on Windows. New function |