diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2021-01-29 13:02:05 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-29 13:02:05 -0500 |
commit | 11d75ec807f05eff1148c049e38b808d11c23b8a (patch) | |
tree | 463c94b80ec2143839dedaad8977c20d68256262 /Lib | |
parent | Fixed typo in turtle.rst (GH-24371) (diff) | |
download | cpython-11d75ec807f05eff1148c049e38b808d11c23b8a.tar.gz cpython-11d75ec807f05eff1148c049e38b808d11c23b8a.tar.bz2 cpython-11d75ec807f05eff1148c049e38b808d11c23b8a.zip |
bpo-43008: Add 'Patch by Ken Hilton' (GH-24370)
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 87024c00a85..840fc622ca9 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. |