summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libos.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-12-20 17:24:11 (GMT)
committerFred Drake <fdrake@acm.org>2001-12-20 17:24:11 (GMT)
commit8c8e8715303aa80859ea545c07cb6278a9336e08 (patch)
treebbab64db0f72ac12c7732e44a658911340b57109 /Doc/lib/libos.tex
parent34a37b807a99dbf954fb31273e2a989f0f998f64 (diff)
downloadcpython-8c8e8715303aa80859ea545c07cb6278a9336e08.zip
cpython-8c8e8715303aa80859ea545c07cb6278a9336e08.tar.gz
cpython-8c8e8715303aa80859ea545c07cb6278a9336e08.tar.bz2
Fix the availability statement for the spawn*() functions to reflect the
actual availability on Windows. This fixes SF bug #495191.
Diffstat (limited to 'Doc/lib/libos.tex')
-rw-r--r--Doc/lib/libos.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex
index 9683485..f09259d 100644
--- a/Doc/lib/libos.tex
+++ b/Doc/lib/libos.tex
@@ -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}