]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix availability declaration for popen2 module; report by Barry Scott
authorFred Drake <fdrake@acm.org>
Tue, 13 Apr 1999 22:03:26 +0000 (22:03 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 13 Apr 1999 22:03:26 +0000 (22:03 +0000)
<barry@scottb.demon.co.uk>.

Doc/lib/libpopen2.tex

index d2cc0fdf4dbc0fa202da7f642597b14f35eb12eb..fd511e5b96e249f9089c92e07da611ccde2d30c8 100644 (file)
@@ -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}