aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2021-01-29 13:02:05 -0500
committerGitHub <noreply@github.com>2021-01-29 13:02:05 -0500
commit11d75ec807f05eff1148c049e38b808d11c23b8a (patch)
tree463c94b80ec2143839dedaad8977c20d68256262 /Misc/NEWS.d
parentFixed typo in turtle.rst (GH-24371) (diff)
downloadcpython-11d75ec807f05eff1148c049e38b808d11c23b8a.tar.gz
cpython-11d75ec807f05eff1148c049e38b808d11c23b8a.tar.bz2
cpython-11d75ec807f05eff1148c049e38b808d11c23b8a.zip
bpo-43008: Add 'Patch by Ken Hilton' (GH-24370)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/IDLE/2021-01-26-18-12-17.bpo-43008.mbQUc7.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2021-01-26-18-12-17.bpo-43008.mbQUc7.rst b/Misc/NEWS.d/next/IDLE/2021-01-26-18-12-17.bpo-43008.mbQUc7.rst
index 3e0b80a909d..55ab67ca949 100644
--- a/Misc/NEWS.d/next/IDLE/2021-01-26-18-12-17.bpo-43008.mbQUc7.rst
+++ b/Misc/NEWS.d/next/IDLE/2021-01-26-18-12-17.bpo-43008.mbQUc7.rst
@@ -1 +1,2 @@
Make IDLE invoke :func:`sys.excepthook` in normal, 2-process mode.
+Patch by Ken Hilton.