Skip to content

Commit 11d75ec

Browse files
authoredJan 29, 2021
bpo-43008: Add 'Patch by Ken Hilton' (pythonGH-24370)
1 parent 6372a4c commit 11d75ec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎Lib/idlelib/NEWS.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ bpo-23544: Disable Debug=>Stack Viewer when user code is running or
77
Debugger is active, to prevent hang or crash. Patch by Zackery Spytz.
88

99
bpo-43008: Make IDLE invoke :func:`sys.excepthook` in normal,
10-
2-process mode.
10+
2-process mode. Patch by Ken Hilton.
1111

1212
bpo-33065: Fix problem debugging user classes with __repr__ method.
1313

Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
Make IDLE invoke :func:`sys.excepthook` in normal, 2-process mode.
2+
Patch by Ken Hilton.

0 commit comments

Comments
 (0)