]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43008: Make IDLE respect sys.excepthook (GH-24302)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 27 Jan 2021 00:24:14 +0000 (16:24 -0800)
committerGitHub <noreply@github.com>
Wed, 27 Jan 2021 00:24:14 +0000 (16:24 -0800)
commit68102fb9987338a70d69a0162917866e5710458d
tree9b47c4b72be2daa2b01823359c7dda35863b3f00
parentfd668bc62b7f6de95448344b6650e1c3c2a997fa
bpo-43008: Make IDLE respect sys.excepthook (GH-24302)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
(cherry picked from commit 7a34380ad788886f5ad50d4175ceb2d5715b8cff)

Co-authored-by: Ken <kenny2minecraft@gmail.com>
Doc/library/idle.rst
Lib/idlelib/NEWS.txt
Lib/idlelib/idle_test/test_run.py
Lib/idlelib/run.py
Misc/NEWS.d/next/IDLE/2021-01-26-18-12-17.bpo-43008.mbQUc7.rst [new file with mode: 0644]