mirror of
https://github.com/python/cpython.git
synced 2025-12-05 17:14:04 +00:00
Fix availability declaration for popen2 module; report by Barry Scott
<barry@scottb.demon.co.uk>.
This commit is contained in:
parent
b9971b9964
commit
e331356ff7
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
Subprocesses with accessible standard I/O streams}
|
Subprocesses with accessible standard I/O streams}
|
||||||
|
|
||||||
\declaremodule{standard}{popen2}
|
\declaremodule{standard}{popen2}
|
||||||
\platform{Unix}
|
\platform{Unix, Windows}
|
||||||
\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}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue