[Python-checkins] cpython (merge 3.3 -> default): #10385: merge with 3.3.

ezio.melotti python-checkins at python.org
Thu Nov 8 09:12:20 CET 2012


http://hg.python.org/cpython/rev/5d7e7e7e2e82
changeset:   80300:5d7e7e7e2e82
parent:      80296:5fd9b87e08b3
parent:      80299:f45d1afb952b
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Thu Nov 08 10:09:24 2012 +0200
summary:
  #10385: merge with 3.3.

files:
  Doc/library/subprocess.rst |  10 +++++-----
  1 files changed, 5 insertions(+), 5 deletions(-)


diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst
--- a/Doc/library/subprocess.rst
+++ b/Doc/library/subprocess.rst
@@ -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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list