diff options
author | Fredrik Lundh <fredrik@pythonware.com> | 2004-10-17 16:29:48 (GMT) |
---|---|---|
committer | Fredrik Lundh <fredrik@pythonware.com> | 2004-10-17 16:29:48 (GMT) |
commit | b04b6afd01834c68136e295433e6ed16569ea592 (patch) | |
tree | 50326bcb2edab426f156195df6c346a0c0db71fa /Doc/lib/lib.tex | |
parent | 6627a9670541f33ae55f6ba8df6b6ce7264c3f34 (diff) | |
download | cpython-b04b6afd01834c68136e295433e6ed16569ea592.zip cpython-b04b6afd01834c68136e295433e6ed16569ea592.tar.gz cpython-b04b6afd01834c68136e295433e6ed16569ea592.tar.bz2 |
SF Patch #1048341: subprocess documentation, based on PEP/docstring by
Peter Astrand, with markup by Fredrik Lundh and Raymond Hettinger.
Diffstat (limited to 'Doc/lib/lib.tex')
-rw-r--r-- | Doc/lib/lib.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 9ba78ac..20f65df 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -145,6 +145,7 @@ and how to embed it in other applications. \input{libstatcache} \input{libstatvfs} \input{libfilecmp} +\input{libsubprocess} \input{libpopen2} \input{libdatetime} \input{libtime} |