]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-43008: Add 'Patch by Ken Hilton' (GH-24370)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 29 Jan 2021 18:22:18 +0000 (10:22 -0800)
committerGitHub <noreply@github.com>
Fri, 29 Jan 2021 18:22:18 +0000 (10:22 -0800)
(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 522ce59f616923f1c6d305a954dedf941e49c93d..cf80b9efe23890f10690b09ffa09d6c0049aaa0b 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.