summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libos.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib/libos.tex')
-rw-r--r--Doc/lib/libos.tex6
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex
index d17c911..a519366 100644
--- a/Doc/lib/libos.tex
+++ b/Doc/lib/libos.tex
@@ -676,7 +676,8 @@ Execute the program \var{path} in a new process, passing the arguments
specified in \var{args} as command-line parameters. \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.
+information; the constants are exposed to the Python programmer as
+listed below.
Availability: Windows.
\versionadded{1.5.2}
\end{funcdesc}
@@ -686,7 +687,8 @@ Execute the program \var{path} in a new process, passing the arguments
specified in \var{args} as command-line parameters and the contents of
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.
+\Cpp{} Runtime Library documentation for further information; the
+constants are exposed to the Python programmer as listed below.
Availability: Windows.
\versionadded{1.5.2}
\end{funcdesc}