mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
Remove "_" from the P_* symbols used with the spawn*() functions.
This commit is contained in:
parent
6543e88d2a
commit
9329e5ec75
1 changed files with 5 additions and 5 deletions
|
@ -674,11 +674,11 @@ Availability: Windows.
|
||||||
\versionadded{1.5.2}
|
\versionadded{1.5.2}
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
||||||
\begin{datadesc}{_P_WAIT}
|
\begin{datadesc}{P_WAIT}
|
||||||
\dataline{_P_NOWAIT}
|
\dataline{P_NOWAIT}
|
||||||
\dataline{_P_NOWAITO}
|
\dataline{P_NOWAITO}
|
||||||
\dataline{_P_OVERLAY}
|
\dataline{P_OVERLAY}
|
||||||
\dataline{_P_DETACH}
|
\dataline{P_DETACH}
|
||||||
Possible values for the \var{mode} parameter to \function{spawnv()}
|
Possible values for the \var{mode} parameter to \function{spawnv()}
|
||||||
and \function{spawnve()}.
|
and \function{spawnve()}.
|
||||||
Availability: Windows.
|
Availability: Windows.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue