]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-43008: Add 'Patch by Ken Hilton' (GH-24370) (#24374)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 29 Jan 2021 18:51:46 +0000 (10:51 -0800)
committerGitHub <noreply@github.com>
Fri, 29 Jan 2021 18:51:46 +0000 (13:51 -0500)
(cherry picked from commit 11d75ec807f05eff1148c049e38b808d11c23b8a)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/NEWS.txt
Misc/NEWS.d/next/IDLE/2021-01-26-18-12-17.bpo-43008.mbQUc7.rst

index e7d2f16e7a5a6dfe4198e88ce475619ab75efad5..4bc4aefd1ac352e15d2b310787f9f77a7be18957 100644 (file)
@@ -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.
 
index 3e0b80a909d728416f999b04fc1c34139a962f06..55ab67ca94959a53fb0c7f5d2969d792498885ab 100644 (file)
@@ -1 +1,2 @@
 Make IDLE invoke :func:`sys.excepthook` in normal, 2-process mode.
+Patch by Ken Hilton.