diff options
author | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org> | 2016-06-03 06:14:06 (GMT) |
---|---|---|
committer | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org> | 2016-06-03 06:14:06 (GMT) |
commit | d6da7604d3eb19635f27e3d2d66e5a973cc26266 (patch) | |
tree | bcb7ec20810521ed6763b4fa1ad6f304d1bcde94 /Misc | |
parent | 287e687648c5a443a11393d8311c83ed01e586e4 (diff) | |
download | cpython-d6da7604d3eb19635f27e3d2d66e5a973cc26266.zip cpython-d6da7604d3eb19635f27e3d2d66e5a973cc26266.tar.gz cpython-d6da7604d3eb19635f27e3d2d66e5a973cc26266.tar.bz2 |
Issue #27167: Clarify the subprocess.CalledProcessError error message text
when the child process died due to a signal.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -22,6 +22,9 @@ Core and Builtins Library ------- +- Issue #27167: Clarify the subprocess.CalledProcessError error message text + when the child process died due to a signal. + - Issue #25931: Don't define socketserver.Forking* names on platforms such as Windows that do not support os.fork(). |