mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Fix availability clause; mention availability of similar functionality
for Windows using win32pipe.
This commit is contained in:
parent
32465f4148
commit
5fac2ab220
1 changed files with 5 additions and 2 deletions
|
|
@ -2,13 +2,16 @@
|
||||||
Subprocesses with accessible I/O streams}
|
Subprocesses with accessible I/O streams}
|
||||||
|
|
||||||
\declaremodule{standard}{popen2}
|
\declaremodule{standard}{popen2}
|
||||||
\platform{Unix, Windows}
|
\platform{Unix}
|
||||||
\modulesynopsis{Subprocesses with accessible standard I/O streams.}
|
\modulesynopsis{Subprocesses with accessible standard I/O streams.}
|
||||||
\sectionauthor{Drew Csillag}{drew_csillag@geocities.com}
|
\sectionauthor{Drew Csillag}{drew_csillag@geocities.com}
|
||||||
|
|
||||||
|
|
||||||
This module allows you to spawn processes and connect their
|
This module allows you to spawn processes and connect their
|
||||||
input/output/error pipes and obtain their return codes.
|
input/output/error pipes and obtain their return codes under \UNIX.
|
||||||
|
Similar functionality exists for Windows platforms using the
|
||||||
|
\module{win32pipe} module provided as part of Mark Hammond's Windows
|
||||||
|
extensions.
|
||||||
|
|
||||||
The primary interface offered by this module is a pair of factory
|
The primary interface offered by this module is a pair of factory
|
||||||
functions:
|
functions:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue