Document that CalledProcessError.returncode is the negative

signal number when the process died due to a signal.
This commit is contained in:
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) 2016-06-03 00:31:21 +00:00
parent dd4fcf52f4
commit 583a1d6240

View file

@ -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