diff options
author | Fred Drake <fdrake@acm.org> | 1999-04-13 22:03:26 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-04-13 22:03:26 (GMT) |
commit | e331356ff7ecc6ec560321d93a9c13ca0ccd7eff (patch) | |
tree | 326fe091acc9012c92c7982a624deac555230a6b /Doc/lib/libpopen2.tex | |
parent | b9971b9964cbfaeca1d6b1b25e23e7cb62224f3a (diff) | |
download | cpython-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/lib/libpopen2.tex')
-rw-r--r-- | Doc/lib/libpopen2.tex | 2 |
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} |