PEP 433: typo

This commit is contained in:
Victor Stinner 2013-02-01 00:59:47 +01:00
parent f2ad21574e
commit 8c29151924
1 changed files with 2 additions and 1 deletions

View File

@ -230,7 +230,8 @@ Add a new command line option ``-e`` and an environment variable
``pass_fds`` parameter.
All functions creating file descriptors in the standard library must
respect the default *cloexec* parameter (``sys.getdefaultcloexec()``).
respect the default value of the *cloexec* parameter:
``sys.getdefaultcloexec()``.
File descriptors 0 (stdin), 1 (stdout) and 2 (stderr) are expected to be
inherited, but Python does not handle them differently. When