diff options
author | Fred Drake <fdrake@acm.org> | 2000-02-29 05:19:38 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-02-29 05:19:38 (GMT) |
commit | 15861b2a41e7bfc3a244409fe7bb9ede31233452 (patch) | |
tree | 80110a00b04e15dc83499c8c1030e0a8597b93ef | |
parent | 39d3bfc4c270b0c59f7765e81075afe93f44fe6c (diff) | |
download | cpython-15861b2a41e7bfc3a244409fe7bb9ede31233452.zip cpython-15861b2a41e7bfc3a244409fe7bb9ede31233452.tar.gz cpython-15861b2a41e7bfc3a244409fe7bb9ede31233452.tar.bz2 |
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.
-rw-r--r-- | Doc/lib/libos.tex | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index c03d0d9..5239fcb 100644 --- a/Doc/lib/libos.tex +++ b/Doc/lib/libos.tex @@ -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 information; the constants are exposed to the Python programmer as listed below. -Availability: Windows. +Availability: \UNIX{}, Windows. \versionadded{1.5.2} \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 \Cpp{} Runtime Library documentation for further information; the constants are exposed to the Python programmer as listed below. -Availability: Windows. +Availability: \UNIX{}, Windows. \versionadded{1.5.2} \end{funcdesc} \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: \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. \versionadded{1.5.2} \end{datadesc} |