commit | dfd34a9cd58e8150c324190f746de919e140abe8 | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Tue Sep 17 02:05:04 2019 -0400 |
committer | GitHub <noreply@github.com> | Tue Sep 17 02:05:04 2019 -0400 |
tree | 8bea5573aa4f327c8d55fd4e0410756f6fefe880 | |
parent | 63dedef48bba9d54f13b958237696505fa665796 [diff] |
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.