Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 15861b2

Browse files
committed
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.
1 parent 39d3bfc commit 15861b2

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

Doc/lib/libos.tex

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ \subsection{Process Management \label{os-process}}
788788
the Visual \Cpp{} Runtime Library documentation for further
789789
information; the constants are exposed to the Python programmer as
790790
listed below.
791-
Availability: Windows.
791+
Availability: \UNIX{}, Windows.
792792
\versionadded{1.5.2}
793793
\end{funcdesc}
794794

@@ -799,17 +799,24 @@ \subsection{Process Management \label{os-process}}
799799
a tuple. \var{mode} is a magic operational constant. See the Visual
800800
\Cpp{} Runtime Library documentation for further information; the
801801
constants are exposed to the Python programmer as listed below.
802-
Availability: Windows.
802+
Availability: \UNIX{}, Windows.
803803
\versionadded{1.5.2}
804804
\end{funcdesc}
805805

806806
\begin{datadesc}{P_WAIT}
807807
\dataline{P_NOWAIT}
808808
\dataline{P_NOWAITO}
809-
\dataline{P_OVERLAY}
810-
\dataline{P_DETACH}
811809
Possible values for the \var{mode} parameter to \function{spawnv()}
812810
and \function{spawnve()}.
811+
Availability: \UNIX{}, Windows.
812+
\versionadded{1.5.2}
813+
\end{datadesc}
814+
815+
\begin{datadesc}{P_OVERLAY}
816+
\dataline{P_DETACH}
817+
Possible values for the \var{mode} parameter to \function{spawnv()}
818+
and \function{spawnve()}. These are less portable than those listed
819+
above.
813820
Availability: Windows.
814821
\versionadded{1.5.2}
815822
\end{datadesc}

0 commit comments

Comments
 (0)