summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-04-13 22:03:26 (GMT)
committerFred Drake <fdrake@acm.org>1999-04-13 22:03:26 (GMT)
commite331356ff7ecc6ec560321d93a9c13ca0ccd7eff (patch)
tree326fe091acc9012c92c7982a624deac555230a6b /Doc
parentb9971b9964cbfaeca1d6b1b25e23e7cb62224f3a (diff)
downloadcpython-e331356ff7ecc6ec560321d93a9c13ca0ccd7eff.zip
cpython-e331356ff7ecc6ec560321d93a9c13ca0ccd7eff.tar.gz
cpython-e331356ff7ecc6ec560321d93a9c13ca0ccd7eff.tar.bz2
Fix availability declaration for popen2 module; report by Barry Scott
<barry@scottb.demon.co.uk>.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libpopen2.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libpopen2.tex b/Doc/lib/libpopen2.tex
index d2cc0fd..fd511e5 100644
--- a/Doc/lib/libpopen2.tex
+++ b/Doc/lib/libpopen2.tex
@@ -2,7 +2,7 @@
Subprocesses with accessible standard I/O streams}
\declaremodule{standard}{popen2}
- \platform{Unix}
+ \platform{Unix, Windows}
\modulesynopsis{Subprocesses with accessible standard I/O streams.}
\sectionauthor{Drew Csillag}{drew_csillag@geocities.com}