PEP 433: typo
This commit is contained in:
parent
1ab3113380
commit
f901a53dd9
|
@ -38,7 +38,7 @@ inherited; the file descriptor is inherited by child processes if the
|
|||
close-on-exec flag is cleared and if ``CreateProcess()`` is called with
|
||||
the *bInheritHandles* parameter set to ``TRUE`` (when
|
||||
``subprocess.Popen`` is created with ``close_fds=False`` for example).
|
||||
Windows does now have "close-on-exec" flag but an inheritance flag which
|
||||
Windows does not have "close-on-exec" flag but an inheritance flag which
|
||||
is just the opposite value. For example, setting close-on-exec flag
|
||||
means clearing the ``HANDLE_FLAG_INHERIT`` flag of an handle.
|
||||
|
||||
|
|
Loading…
Reference in New Issue