What's New in Python 3.4: Security improvements

This commit is contained in:
Victor Stinner 2014-03-11 13:17:30 +01:00
parent 637d2e9296
commit 11a4270b6a
2 changed files with 28 additions and 4 deletions

View file

@ -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.