summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <pitrou@free.fr>2017-05-04 14:44:53 (GMT)
committerGitHub <noreply@github.com>2017-05-04 14:44:53 (GMT)
commit6dd4d734ed207ba16b017e38f8909de7ef187e29 (patch)
tree2f51ce31377b6d69f1ae65de83c172cbd99ca464 /Misc/NEWS
parent3d0056842c5e06b4102f990b59ab3b607f932dd8 (diff)
downloadcpython-6dd4d734ed207ba16b017e38f8909de7ef187e29.zip
cpython-6dd4d734ed207ba16b017e38f8909de7ef187e29.tar.gz
cpython-6dd4d734ed207ba16b017e38f8909de7ef187e29.tar.bz2
bpo-30185: avoid KeyboardInterrupt tracebacks in forkserver (#1319)
* bpo-30185: avoid KeyboardInterrupt tracebacks in forkserver * Tweak comment
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4e85c0f..d76c76b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -317,6 +317,9 @@ Extension Modules
Library
-------
+- bpo-30185: Avoid KeyboardInterrupt tracebacks in forkserver helper process
+ when Ctrl-C is received.
+
- bpo-30103: binascii.b2a_uu() and uu.encode() now support using ``'`'``
as zero instead of space.