Skip to content

Commit 3498db1

Browse files
committed
merge 3.5
2 parents 1bb8109 + 583a1d6 commit 3498db1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/library/subprocess.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,8 @@ compatibility with older versions, see the :ref:`call-function-trio` section.
188188

189189
.. attribute:: returncode
190190

191-
Exit status of the child process.
191+
Exit status of the child process. If the process exited due to a
192+
signal, this will be the negative signal number.
192193

193194
.. attribute:: cmd
194195

0 commit comments

Comments
 (0)