Commit 847487db authored by Peter Astrand's avatar Peter Astrand

Added more documentation about the executable argument.

Fixes #1056441.
parent bd09803d
...@@ -68,6 +68,13 @@ buffer of (approximately) that size. A negative \var{bufsize} means to ...@@ -68,6 +68,13 @@ buffer of (approximately) that size. A negative \var{bufsize} means to
use the system default, which usually means fully buffered. The default use the system default, which usually means fully buffered. The default
value for \var{bufsize} is \constant{0} (unbuffered). value for \var{bufsize} is \constant{0} (unbuffered).
The \var{executable} argument specifies the program to execute. It is
very seldom needed: Usually, the program to execute is defined by the
\var{args} argument. If \var{shell=True}, the \var{executable}
argument specifies which shell to use. On \UNIX{}, the default shell
is /bin/sh. On Windows, the default shell is specified by the COMSPEC
environment variable.
\var{stdin}, \var{stdout} and \var{stderr} specify the executed \var{stdin}, \var{stdout} and \var{stderr} specify the executed
programs' standard input, standard output and standard error file programs' standard input, standard output and standard error file
handles, respectively. Valid values are \code{PIPE}, an existing file handles, respectively. Valid values are \code{PIPE}, an existing file
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment