summaryrefslogtreecommitdiffstats
path: root/Doc/library/subprocess.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-03-21 09:50:49 (GMT)
committerGeorg Brandl <georg@python.org>2010-03-21 09:50:49 (GMT)
commit58bfdcaceed64a2107b5125c7ab7ff9396074b0e (patch)
tree83f433fc3f5b0448211abb733db0b9a1881be12a /Doc/library/subprocess.rst
parent8f80a5ba50616815886e93d35c4b245640b2db5e (diff)
downloadcpython-58bfdcaceed64a2107b5125c7ab7ff9396074b0e.zip
cpython-58bfdcaceed64a2107b5125c7ab7ff9396074b0e.tar.gz
cpython-58bfdcaceed64a2107b5125c7ab7ff9396074b0e.tar.bz2
Merged revisions 79178 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r79178 | georg.brandl | 2010-03-21 10:28:16 +0100 (So, 21 Mär 2010) | 1 line Clarify that for shell=True, the shell PID will be the child PID. ........
Diffstat (limited to 'Doc/library/subprocess.rst')
-rw-r--r--Doc/library/subprocess.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst
index aeff9f0..3838cc6 100644
--- a/Doc/library/subprocess.rst
+++ b/Doc/library/subprocess.rst
@@ -423,6 +423,9 @@ The following attributes are also available:
The process ID of the child process.
+ Note that if you set the *shell* argument to ``True``, this is the process ID
+ of the spawned shell.
+
.. attribute:: Popen.returncode