mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Added \platform annotations.
This commit is contained in:
parent
46a9438c43
commit
f6863c1909
38 changed files with 297 additions and 242 deletions
|
@ -1,14 +1,10 @@
|
|||
% This section was contributed by Drew Csillag
|
||||
% <drew_csillag@geocities.com>, with some re-organization by Fred L.
|
||||
% Drake, Jr. <fdrake@acm.org>.
|
||||
|
||||
\section{\module{popen2} ---
|
||||
Subprocesses with accessible standard I/O streams.}
|
||||
\declaremodule{standard}{popen2}
|
||||
|
||||
\sectionauthor{Drew Csillag}{drew_csillag@geocities.com}
|
||||
Subprocesses with accessible standard I/O streams}
|
||||
|
||||
\declaremodule[popentwo]{standard}{popen2}
|
||||
\platform{UNIX}
|
||||
\modulesynopsis{Subprocesses with accessible standard I/O streams.}
|
||||
\sectionauthor{Drew Csillag}{drew_csillag@geocities.com}
|
||||
|
||||
|
||||
This module allows you to spawn processes and connect their
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue