diff options
Diffstat (limited to 'Lib/tkinter/font.py')
-rw-r--r-- | Lib/tkinter/font.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/tkinter/font.py b/Lib/tkinter/font.py index a04fedf..e74049c 100644 --- a/Lib/tkinter/font.py +++ b/Lib/tkinter/font.py @@ -112,8 +112,6 @@ class Font: try: if self.delete_font: self._call("font", "delete", self.name) - except (KeyboardInterrupt, SystemExit): - raise except Exception: pass |