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 55edd01 commit fefa288Copy full SHA for fefa288
1 file changed
Doc/library/os.rst
@@ -4260,10 +4260,6 @@ These functions may be used to create and manage processes.
4260
execvp(file, args)
4261
execvpe(file, args, env)
4262
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
-
4267
These functions all execute a new program, replacing the current process; they
4268
do not return. On Unix, the new executable is loaded into the current process,
4269
and will have the same process id as the caller. Errors will be reported as
0 commit comments