]> granicus.if.org Git - python/commitdiff
merge 3.3 (#19060)
authorBenjamin Peterson <benjamin@python.org>
Thu, 13 Mar 2014 02:42:04 +0000 (21:42 -0500)
committerBenjamin Peterson <benjamin@python.org>
Thu, 13 Mar 2014 02:42:04 +0000 (21:42 -0500)
Doc/library/subprocess.rst
Lib/subprocess.py

index 95a85cefdd2ec83bc16617d13b608a174d4971aa..d2893b652629c728a443c9c0904dd72d77fac89b 100644 (file)
@@ -9,7 +9,7 @@
 
 The :mod:`subprocess` module allows you to spawn new processes, connect to their
 input/output/error pipes, and obtain their return codes.  This module intends to
-replace several other, older modules and functions, such as::
+replace several older modules and functions::
 
    os.system
    os.spawn*
index e79e5fd614b8c8a73bfe3faade7a92ba077291d8..26d8de5beb8c9bb2c101e2babc33815602b11f78 100644 (file)
@@ -11,7 +11,7 @@ r"""subprocess - Subprocesses with accessible I/O streams
 
 This module allows you to spawn processes, connect to their
 input/output/error pipes, and obtain their return codes.  This module
-intends to replace several other, older modules and functions, like:
+intends to replace several older modules and functions:
 
 os.system
 os.spawn*