]> granicus.if.org Git - python/commitdiff
For spawn*(), point to the magic constants; some readers have a hard
authorFred Drake <fdrake@acm.org>
Fri, 2 Jul 1999 14:01:03 +0000 (14:01 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 2 Jul 1999 14:01:03 +0000 (14:01 +0000)
time finding the bindings.

Doc/lib/libos.tex

index d17c9115ae943a9072b62b9ca76b8e71fb73a5bc..a519366a4e2c7d18613e994b3435d4c3e09fd463 100644 (file)
@@ -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}