]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43008: Make IDLE respect sys.excepthook (GH-24302)
authorKen <kenny2minecraft@gmail.com>
Tue, 26 Jan 2021 23:55:52 +0000 (07:55 +0800)
committerGitHub <noreply@github.com>
Tue, 26 Jan 2021 23:55:52 +0000 (18:55 -0500)
commit7a34380ad788886f5ad50d4175ceb2d5715b8cff
tree42800303219784df692b2da574a65e5700fa5557
parent01faf4542a8652adfbd3b3f897ba718e8ce43f5e
bpo-43008: Make IDLE respect sys.excepthook (GH-24302)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
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]