summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org>2016-06-03 06:14:06 (GMT)
committerGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org>2016-06-03 06:14:06 (GMT)
commitd6da7604d3eb19635f27e3d2d66e5a973cc26266 (patch)
treebcb7ec20810521ed6763b4fa1ad6f304d1bcde94 /Misc
parent287e687648c5a443a11393d8311c83ed01e586e4 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4220062..57edb49 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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().