diff options
author | Antoine Pitrou <pitrou@free.fr> | 2017-05-04 14:44:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-04 14:44:53 (GMT) |
commit | 6dd4d734ed207ba16b017e38f8909de7ef187e29 (patch) | |
tree | 2f51ce31377b6d69f1ae65de83c172cbd99ca464 /Misc/NEWS | |
parent | 3d0056842c5e06b4102f990b59ab3b607f932dd8 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |