(original) (raw)
changeset: 80299:f45d1afb952b branch: 3.3 parent: 80295:7fcc58811e82 parent: 80298:8e8d391eb3eb user: Ezio Melotti ezio.melotti@gmail.com date: Thu Nov 08 10:09:06 2012 +0200 files: Doc/library/subprocess.rst description: #10385: merge with 3.2. diff -r 7fcc58811e82 -r f45d1afb952b Doc/library/subprocess.rst --- a/Doc/library/subprocess.rst Wed Nov 07 23:47:19 2012 +0100 +++ b/Doc/library/subprocess.rst Thu Nov 08 10:09:06 2012 +0200 @@ -22,8 +22,8 @@ :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 @@ .. _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 @@ 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 /ezio.melotti@gmail.com