]> granicus.if.org Git - python/commit
Issue #27167: Clarify the subprocess.CalledProcessError error message text
authorGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org>
Fri, 3 Jun 2016 06:14:06 +0000 (06:14 +0000)
committerGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org>
Fri, 3 Jun 2016 06:14:06 +0000 (06:14 +0000)
commitd6da7604d3eb19635f27e3d2d66e5a973cc26266
treebcb7ec20810521ed6763b4fa1ad6f304d1bcde94
parent287e687648c5a443a11393d8311c83ed01e586e4
Issue #27167: Clarify the subprocess.CalledProcessError error message text
when the child process died due to a signal.
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS