changeset: 101633:19d77132f38d parent: 101631:470058bcec44 parent: 101632:7b12180481da user: Gregory P. Smith [Google Inc.] date: Fri Jun 03 00:33:02 2016 +0000 files: Doc/library/subprocess.rst description: merge 3.5 diff -r 470058bcec44 -r 19d77132f38d Doc/library/subprocess.rst --- a/Doc/library/subprocess.rst Fri Jun 03 00:16:02 2016 +0000 +++ b/Doc/library/subprocess.rst Fri Jun 03 00:33:02 2016 +0000 @@ -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