mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
parent
9f90439817
commit
b6aa856f25
2 changed files with 2 additions and 14 deletions
|
@ -1226,8 +1226,8 @@ the individual parameters simply become additional parameters to the
|
|||
\function{execl*()} functions. The \character{v} variants are good
|
||||
when the number of parameters is variable, with the arguments being
|
||||
passed in a list or tuple as the \var{args} parameter. In either
|
||||
case, the arguments to the child process must start with the name of
|
||||
the command being run.
|
||||
case, the arguments to the child process should start with the name of
|
||||
the command being run, but this is not enforced.
|
||||
|
||||
The variants which include a \character{p} near the end
|
||||
(\function{execlp()}, \function{execlpe()}, \function{execvp()},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue