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: http://git.ipfire.org/?a=commitdiff_plain;h=5dc0d9708cdb347a5e7ec3ff7211ce2cfa6b26b1;p=thirdparty%2FPython%2Fcpython.git Fix merge bug (lost line causing syntax error). --- diff --git a/Lib/idlelib/PyShell.py b/Lib/idlelib/PyShell.py index b16bbc082d86..692467ddc08c 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: