summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libsubprocess.tex
Commit message (Collapse)AuthorAgeFilesLines
* Backport relevant part of checkin:Walter Dörwald2005-04-141-2/+2
| | | | | | SF patch #1180062 by George Yoshida: (Doc/lib/libfunctional.tex: "in an new object" should read "in a new object") Doc/lib/libsubprocess.tex: argument name is wrong; comma is missing
* Corrected example for replacing shell pipeline. Fixes bug 1073790.Peter Astrand2004-11-301-1/+1
|
* Added more documentation about the executable argument.Peter Astrand2004-11-071-0/+7
| | | | Fixes #1056441.
* SF Patch #1048341: subprocess documentation, based on PEP/docstring byFredrik Lundh2004-10-171-0/+380
Peter Astrand, with markup by Fredrik Lundh and Raymond Hettinger.