[Python-checkins] cpython (merge 3.5 -> default): merge 3.5

gregory.p.smith python-checkins at python.org
Thu Jun 2 20:33:09 EDT 2016


https://hg.python.org/cpython/rev/19d77132f38d
changeset:   101633:19d77132f38d
parent:      101631:470058bcec44
parent:      101632:7b12180481da
user:        Gregory P. Smith <greg at krypto.org> [Google Inc.]
date:        Fri Jun 03 00:33:02 2016 +0000
summary:
  merge 3.5

files:
  Doc/library/subprocess.rst |  3 ++-
  1 files changed, 2 insertions(+), 1 deletions(-)


diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst
--- a/Doc/library/subprocess.rst
+++ b/Doc/library/subprocess.rst
@@ -188,7 +188,8 @@
 
     .. 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
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list