]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-43008: Add 'Patch by Ken Hilton' (GH-24370)
authorTerry Jan Reedy <tjreedy@udel.edu>
Fri, 29 Jan 2021 18:02:05 +0000 (13:02 -0500)
committerGitHub <noreply@github.com>
Fri, 29 Jan 2021 18:02:05 +0000 (13:02 -0500)
Lib/idlelib/NEWS.txt
Misc/NEWS.d/next/IDLE/2021-01-26-18-12-17.bpo-43008.mbQUc7.rst

index 87024c00a8580978a02d9562388bbd0234b14e9f..840fc622ca95e89c63f3f6757ee907a1a335aeb1 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.