diff options
author | Fred Drake <fdrake@acm.org> | 1999-07-02 14:01:03 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-07-02 14:01:03 (GMT) |
commit | 227020894a461aa56d63aeae42914a20fa5eb881 (patch) | |
tree | f0955fd5ffddfef83cc16a6b7a6747141b1b7335 /Doc | |
parent | 9068da4b6db66338c3bb17ec85dbbe158fb9a459 (diff) | |
download | cpython-227020894a461aa56d63aeae42914a20fa5eb881.zip cpython-227020894a461aa56d63aeae42914a20fa5eb881.tar.gz cpython-227020894a461aa56d63aeae42914a20fa5eb881.tar.bz2 |
For spawn*(), point to the magic constants; some readers have a hard
time finding the bindings.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libos.tex | 6 |
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} |