summaryrefslogtreecommitdiffstats
path: root/Doc/library/subprocess.rst
diff options
context:
space:
mode:
authorGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org>2016-06-03 00:33:02 (GMT)
committerGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org>2016-06-03 00:33:02 (GMT)
commit3498db1f7886b86de8d4b5de7f5ce67fef74141d (patch)
treea0e79ada5fa5255c0a95e68b52953a87d7a1bea5 /Doc/library/subprocess.rst
parent1bb8109fe319ac0f4d63a8a453b5642231e3ef9a (diff)
parent583a1d62402a500994734473d83af8aa36b45b82 (diff)
downloadcpython-3498db1f7886b86de8d4b5de7f5ce67fef74141d.zip
cpython-3498db1f7886b86de8d4b5de7f5ce67fef74141d.tar.gz
cpython-3498db1f7886b86de8d4b5de7f5ce67fef74141d.tar.bz2
merge 3.5
Diffstat (limited to 'Doc/library/subprocess.rst')
-rw-r--r--Doc/library/subprocess.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst
index 0545267..6312487 100644
--- a/Doc/library/subprocess.rst
+++ b/Doc/library/subprocess.rst
@@ -188,7 +188,8 @@ compatibility with older versions, see the :ref:`call-function-trio` section.
.. attribute:: returncode
- Exit status of the child process.
+ Exit status of the child process. If the process exited due to a
+ signal, this will be the negative signal number.
.. attribute:: cmd