diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2014-03-11 12:17:30 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2014-03-11 12:17:30 (GMT) |
commit | 11a4270b6a75286d43936622ac7735125bd6ffb7 (patch) | |
tree | e48d7d93114d625826365a5309357cc028e9424e /Doc/library | |
parent | 637d2e9296e896703deeafbf2a159c998e4378cc (diff) | |
download | cpython-11a4270b6a75286d43936622ac7735125bd6ffb7.zip cpython-11a4270b6a75286d43936622ac7735125bd6ffb7.tar.gz cpython-11a4270b6a75286d43936622ac7735125bd6ffb7.tar.bz2 |
What's New in Python 3.4: Security improvements
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/multiprocessing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index 16aabd5..b303e16 100644 --- a/Doc/library/multiprocessing.rst +++ b/Doc/library/multiprocessing.rst @@ -137,7 +137,7 @@ to start a process. These *start methods* are over Unix pipes. .. versionchanged:: 3.4 - *span* added on all unix platforms, and *forkserver* added for + *spawn* added on all unix platforms, and *forkserver* added for some unix platforms. Child processes no longer inherit all of the parents inheritable handles on Windows. |