mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fix the availability statement for the spawn*() functions to reflect the
actual availability on Windows. This fixes SF bug #495191.
This commit is contained in:
parent
34a37b807a
commit
8c8e871530
1 changed files with 3 additions and 2 deletions
|
@ -1060,8 +1060,9 @@ L = ['cp', 'index.html', '/dev/null']
|
|||
os.spawnvpe(os.P_WAIT, 'cp', L, os.environ)
|
||||
\end{verbatim}
|
||||
|
||||
Availability: \UNIX, Windows. \function{spawnvp()} and
|
||||
\function{spawnvpe()} are not available on Windows.
|
||||
Availability: \UNIX, Windows. \function{spawnlp()},
|
||||
\function{spawnlpe()}, \function{spawnvp()} and \function{spawnvpe()}
|
||||
are not available on Windows.
|
||||
\versionadded{1.6}
|
||||
\end{funcdesc}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue