[Python-checkins] cpython (merge 3.2 -> default): merge with 3.2

sandro.tosi python-checkins at python.org
Sun Dec 25 17:14:42 CET 2011


http://hg.python.org/cpython/rev/9df400dc6559
changeset:   74175:9df400dc6559
parent:      74172:35fca63d7b3e
parent:      74174:ed9a8a5dcf7a
user:        Sandro Tosi <sandro.tosi at gmail.com>
date:        Sun Dec 25 17:14:28 2011 +0100
summary:
  merge with 3.2

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


diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst
--- a/Doc/library/subprocess.rst
+++ b/Doc/library/subprocess.rst
@@ -273,7 +273,7 @@
 
 
 Popen Constructor
-^^^^^^^^^^^^^^^^
+^^^^^^^^^^^^^^^^^
 
 The underlying process creation and management in this module is handled by
 the :class:`Popen` class. It offers a lot of flexibility so that developers

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


More information about the Python-checkins mailing list