Commit 8c8e8715 authored by Fred Drake's avatar Fred Drake

Fix the availability statement for the spawn*() functions to reflect the

actual availability on Windows.
This fixes SF bug #495191.
parent 34a37b80
......@@ -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}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment