diff options
author | Fred Drake <fdrake@acm.org> | 1998-07-27 22:20:02 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-07-27 22:20:02 (GMT) |
commit | a30e469fdada137877890ee5efea40f68c2bd223 (patch) | |
tree | c41876e407a0770220babe6720609eb82c627033 /Doc/lib/libpopen2.tex | |
parent | 54327c4c05f6c5a2bfe50bdd3a1811c807978bdc (diff) | |
download | cpython-a30e469fdada137877890ee5efea40f68c2bd223.zip cpython-a30e469fdada137877890ee5efea40f68c2bd223.tar.gz cpython-a30e469fdada137877890ee5efea40f68c2bd223.tar.bz2 |
Added the popen2 synopsis.
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 3bba4cc..d36be01 100644 --- a/Doc/lib/libpopen2.tex +++ b/Doc/lib/libpopen2.tex @@ -5,7 +5,7 @@ \section{Standard Module \module{popen2}} \declaremodule{standard}{popen2} -\modulesynopsis{None} +\modulesynopsis{Subprocesses with accessible standard I/O streams.} This module allows you to spawn processes and connect their |