summaryrefslogtreecommitdiffstats
path: root/Doc/library/subprocess.rst
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2010-12-04 18:11:44 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2010-12-04 18:11:44 (GMT)
commit8c647cd73759601beba96e54720bf75b5d09ab19 (patch)
tree238fb38c5ea2e0fa60d86f84955b33acbbd60694 /Doc/library/subprocess.rst
parent2f0fd0fa4fd0424cee5718bccc826c2ed7220bb2 (diff)
downloadcpython-8c647cd73759601beba96e54720bf75b5d09ab19.zip
cpython-8c647cd73759601beba96e54720bf75b5d09ab19.tar.gz
cpython-8c647cd73759601beba96e54720bf75b5d09ab19.tar.bz2
clarify the docs and new warning message.
Diffstat (limited to 'Doc/library/subprocess.rst')
-rw-r--r--Doc/library/subprocess.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst
index a346d98..bb9bb28 100644
--- a/Doc/library/subprocess.rst
+++ b/Doc/library/subprocess.rst
@@ -160,7 +160,7 @@ This module defines one class called :class:`Popen`:
.. versionchanged:: 3.2
Callers should always specify a *close_fds* to avoid a DeprecationWarning.
- The default value for this argument will be changing in Python 3.3.
+ The default behavior of this argument will be changing in Python 3.3.
If *shell* is :const:`True`, the specified command will be executed through the
shell.