summaryrefslogtreecommitdiffstats
path: root/Lib/subprocess.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-03-13 02:42:04 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-03-13 02:42:04 (GMT)
commit605765fa32f994778ae7d6c48945299228f111e5 (patch)
tree86c37a86ed43a03e97afbf831939a64367f0a49d /Lib/subprocess.py
parentabdc16ee1bb9819ecc6500a8f1d8720fc2072643 (diff)
parent5eea8a7780164b92bf72f8c81c4a00915a5d714e (diff)
downloadcpython-605765fa32f994778ae7d6c48945299228f111e5.zip
cpython-605765fa32f994778ae7d6c48945299228f111e5.tar.gz
cpython-605765fa32f994778ae7d6c48945299228f111e5.tar.bz2
merge 3.3 (#19060)
Diffstat (limited to 'Lib/subprocess.py')
-rw-r--r--Lib/subprocess.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/subprocess.py b/Lib/subprocess.py
index 921670d..d629bdf 100644
--- a/Lib/subprocess.py
+++ b/Lib/subprocess.py
@@ -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*