diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-01-29 18:22:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-29 18:22:18 (GMT) |
commit | cf883827496d0fbe2c5fe39e4778cd7525f6f7bc (patch) | |
tree | 67ce28b3ec88a3b58a403d02d36e075d2fff8f99 /Lib | |
parent | 901a9834420e516c07d6cad356d2be481db6d8d1 (diff) | |
download | cpython-cf883827496d0fbe2c5fe39e4778cd7525f6f7bc.zip cpython-cf883827496d0fbe2c5fe39e4778cd7525f6f7bc.tar.gz cpython-cf883827496d0fbe2c5fe39e4778cd7525f6f7bc.tar.bz2 |
bpo-43008: Add 'Patch by Ken Hilton' (GH-24370)
(cherry picked from commit 11d75ec807f05eff1148c049e38b808d11c23b8a)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 522ce59..cf80b9e 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. |