]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix the availability statement for the spawn*() functions to reflect the
authorFred Drake <fdrake@acm.org>
Thu, 20 Dec 2001 17:24:11 +0000 (17:24 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 20 Dec 2001 17:24:11 +0000 (17:24 +0000)
actual availability on Windows.
This fixes SF bug #495191.

Doc/lib/libos.tex

index 9683485b57943b9f26e03a6b92c57e00c3469816..f09259d763b6b56db7d7ba78ef15bf1488ebdc9d 100644 (file)
@@ -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}