]> 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:30 +0000 (16:24 -0800)
committerGitHub <noreply@github.com>
Wed, 27 Jan 2021 00:24:30 +0000 (16:24 -0800)
commit6f0346d09f78180886982e070cc92425ada96144
tree6084ba032566793e0c1a03d8d246a8ca5481be32
parenta178473dd6a3b527a67ab3f9dc38ef8b1a60881a
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]