cpython: f45d1afb952b (original) (raw)

Mercurial > cpython

changeset 80299:f45d1afb952b 3.3

#10385: merge with 3.2. [#10385]

Ezio Melotti ezio.melotti@gmail.com
date Thu, 08 Nov 2012 10:09:06 +0200
parents 7fcc58811e82(current diff)8e8d391eb3eb(diff)
children 5d7e7e7e2e82 87ec3ce3a04e
files Doc/library/subprocess.rst
diffstat 1 files changed, 5 insertions(+), 5 deletions(-)[+] [-] Doc/library/subprocess.rst 10

line wrap: on

line diff

--- a/Doc/library/subprocess.rst +++ b/Doc/library/subprocess.rst @@ -22,8 +22,8 @@ modules and functions can be found in th :pep:324 -- PEP proposing the subprocess module -Using the subprocess Module ---------------------------- +Using the :mod:subprocess Module +---------------------------------- The recommended approach to invoking subprocesses is to use the following convenience functions for all use cases they can handle. For more advanced @@ -839,8 +839,8 @@ The :mod:subprocess module exposes the .. _subprocess-replacements: -Replacing Older Functions with the subprocess Module ----------------------------------------------------- +Replacing Older Functions with the :mod:subprocess Module +----------------------------------------------------------- In this section, "a becomes b" means that b can be used as a replacement for a. @@ -856,7 +856,7 @@ In this section, "a becomes b" means tha the raised exception. In the following examples, we assume that the relevant functions have already -been imported from the subprocess module. +been imported from the :mod:subprocess module. Replacing /bin/sh shell backquote