]> granicus.if.org Git - python/commit
bpo-35379: When exiting IDLE, catch any AttributeError. (GH-16212)
authorTerry Jan Reedy <tjreedy@udel.edu>
Tue, 17 Sep 2019 06:05:04 +0000 (02:05 -0400)
committerGitHub <noreply@github.com>
Tue, 17 Sep 2019 06:05:04 +0000 (02:05 -0400)
commitdfd34a9cd58e8150c324190f746de919e140abe8
tree8bea5573aa4f327c8d55fd4e0410756f6fefe880
parent63dedef48bba9d54f13b958237696505fa665796
bpo-35379: When exiting IDLE, catch any AttributeError. (GH-16212)

One happens when EditorWindow.close is called twice.
Printing a traceback, when IDLE is run from a terminal,
is useless and annoying.
Lib/idlelib/NEWS.txt
Lib/idlelib/editor.py
Misc/NEWS.d/next/IDLE/2019-09-17-01-28-56.bpo-35379.yAECDr.rst [new file with mode: 0644]