Update portability information for the spawn*() functions and related

constants.  Someone will need to fill in information on the spawn*()
functions that aren't listed.
This commit is contained in:
Fred Drake 2000-02-29 05:19:38 +00:00
parent 39d3bfc4c2
commit 15861b2a41
1 changed files with 11 additions and 4 deletions

View File

@ -788,7 +788,7 @@ a list or a tuple. \var{mode} is a magic operational constant. See
the Visual \Cpp{} Runtime Library documentation for further the Visual \Cpp{} Runtime Library documentation for further
information; the constants are exposed to the Python programmer as information; the constants are exposed to the Python programmer as
listed below. listed below.
Availability: Windows. Availability: \UNIX{}, Windows.
\versionadded{1.5.2} \versionadded{1.5.2}
\end{funcdesc} \end{funcdesc}
@ -799,17 +799,24 @@ the mapping \var{env} as the environment. \var{args} may be a list or
a tuple. \var{mode} is a magic operational constant. See the Visual a tuple. \var{mode} is a magic operational constant. See the Visual
\Cpp{} Runtime Library documentation for further information; the \Cpp{} Runtime Library documentation for further information; the
constants are exposed to the Python programmer as listed below. constants are exposed to the Python programmer as listed below.
Availability: Windows. Availability: \UNIX{}, 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_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: \UNIX{}, Windows.
\versionadded{1.5.2}
\end{datadesc}
\begin{datadesc}{P_OVERLAY}
\dataline{P_DETACH}
Possible values for the \var{mode} parameter to \function{spawnv()}
and \function{spawnve()}. These are less portable than those listed
above.
Availability: Windows. Availability: Windows.
\versionadded{1.5.2} \versionadded{1.5.2}
\end{datadesc} \end{datadesc}