Skip to content

Commit fefa288

Browse files
committed
gh-125562: Removed incorrect text regarding using subprocess.run instead of execl
1 parent 55edd01 commit fefa288

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Doc/library/os.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4260,10 +4260,6 @@ These functions may be used to create and manage processes.
42604260
execvp(file, args)
42614261
execvpe(file, args, env)
42624262

4263-
(Note that the :mod:`subprocess` module provides more powerful facilities for
4264-
spawning new processes and retrieving their results; using that module is
4265-
preferable to using these functions.)
4266-
42674263
These functions all execute a new program, replacing the current process; they
42684264
do not return. On Unix, the new executable is loaded into the current process,
42694265
and will have the same process id as the caller. Errors will be reported as

0 commit comments

Comments
 (0)