mirror of https://github.com/python/cpython
Remove "_" from the P_* symbols used with the spawn*() functions.
This commit is contained in:
parent
6543e88d2a
commit
9329e5ec75
|
@ -674,11 +674,11 @@ Availability: Windows.
|
|||
\versionadded{1.5.2}
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{datadesc}{_P_WAIT}
|
||||
\dataline{_P_NOWAIT}
|
||||
\dataline{_P_NOWAITO}
|
||||
\dataline{_P_OVERLAY}
|
||||
\dataline{_P_DETACH}
|
||||
\begin{datadesc}{P_WAIT}
|
||||
\dataline{P_NOWAIT}
|
||||
\dataline{P_NOWAITO}
|
||||
\dataline{P_OVERLAY}
|
||||
\dataline{P_DETACH}
|
||||
Possible values for the \var{mode} parameter to \function{spawnv()}
|
||||
and \function{spawnve()}.
|
||||
Availability: Windows.
|
||||
|
|
Loading…
Reference in New Issue