File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -788,7 +788,7 @@ \subsection{Process Management \label{os-process}}
788788the Visual \Cpp {} Runtime Library documentation for further
789789information; the constants are exposed to the Python programmer as
790790listed 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}}
799799a tuple. \var {mode} is a magic operational constant. See the Visual
800800\Cpp {} Runtime Library documentation for further information; the
801801constants 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}
811809Possible values for the \var {mode} parameter to \function {spawnv()}
812810and \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.
813820Availability: Windows.
814821\versionadded {1.5.2}
815822\end {datadesc }
You can’t perform that action at this time.
0 commit comments