8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 014f131 commit 59c522fCopy full SHA for 59c522f
Doc/library/os.rst
@@ -3919,7 +3919,8 @@ to be ignored.
3919
the :envvar:`PATH` variable. The other variants, :func:`execl`, :func:`execle`,
3920
:func:`execv`, and :func:`execve`, will not use the :envvar:`PATH` variable to
3921
locate the executable; *path* must contain an appropriate absolute or relative
3922
- path.
+ path. Relative paths must include at least one slash, even on Windows, as
3923
+ plain names will not be resolved.
3924
3925
For :func:`execle`, :func:`execlpe`, :func:`execve`, and :func:`execvpe` (note
3926
that these all end in "e"), the *env* parameter must be a mapping which is
0 commit comments