[Python-checkins] bpo-43008: Add 'Patch by Ken Hilton' (GH-24370) (#24374)

terryjreedy webhook-mailer at python.org
Fri Jan 29 13:51:58 EST 2021


https://github.com/python/cpython/commit/bf782b2636880dd634281f905ae43b8555450ee2
commit: bf782b2636880dd634281f905ae43b8555450ee2
branch: 3.9
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: terryjreedy <tjreedy at udel.edu>
date: 2021-01-29T13:51:46-05:00
summary:

bpo-43008: Add 'Patch by Ken Hilton' (GH-24370) (#24374)

(cherry picked from commit 11d75ec807f05eff1148c049e38b808d11c23b8a)
Co-authored-by: Terry Jan Reedy <tjreedy at udel.edu>

files:
M Lib/idlelib/NEWS.txt
M Misc/NEWS.d/next/IDLE/2021-01-26-18-12-17.bpo-43008.mbQUc7.rst

diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index e7d2f16e7a5a6..4bc4aefd1ac35 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -7,7 +7,7 @@ bpo-23544: Disable Debug=>Stack Viewer when user code is running or
 Debugger is active, to prevent hang or crash.  Patch by Zackery Spytz.
 
 bpo-43008: Make IDLE invoke :func:`sys.excepthook` in normal,
-2-process mode.
+2-process mode.  Patch by Ken Hilton.
 
 bpo-33065: Fix problem debugging user classes with __repr__ method.
 
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 3e0b80a909d72..55ab67ca94959 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.



More information about the Python-checkins mailing list