From: Guido van Rossum Date: Sun, 25 Feb 2007 22:37:36 +0000 (+0000) Subject: Fix merge bug (lost line causing syntax error). X-Git-Tag: v3.0a1~1185 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5dc0d9708cdb347a5e7ec3ff7211ce2cfa6b26b1;p=python Fix merge bug (lost line causing syntax error). --- diff --git a/Lib/idlelib/PyShell.py b/Lib/idlelib/PyShell.py index b16bbc082d..692467ddc0 100644 --- a/Lib/idlelib/PyShell.py +++ b/Lib/idlelib/PyShell.py @@ -722,6 +722,7 @@ class ModifiedInterpreter(InteractiveInterpreter): master=self.tkconsole.text): raise else: + self.showtraceback() else: raise except: