summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libos.tex
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2004-09-27 19:54:33 (GMT)
committerArmin Rigo <arigo@tunes.org>2004-09-27 19:54:33 (GMT)
commitb6aa856f258d118b0605a60874f33c398dee780f (patch)
tree98c3f43670ed4158fe4323849c036aa860ad3e39 /Doc/lib/libos.tex
parent9f904398179bcbab4bf21b2500aa14aec01fbdb3 (diff)
downloadcpython-b6aa856f258d118b0605a60874f33c398dee780f.zip
cpython-b6aa856f258d118b0605a60874f33c398dee780f.tar.gz
cpython-b6aa856f258d118b0605a60874f33c398dee780f.tar.bz2
Patch #1009075, bug #952953: allow execve with empty 2nd argument
Diffstat (limited to 'Doc/lib/libos.tex')
-rw-r--r--Doc/lib/libos.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex
index 88e6402..510da17 100644
--- a/Doc/lib/libos.tex
+++ b/Doc/lib/libos.tex
@@ -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()},