]> granicus.if.org Git - python/commitdiff
Fix merge bug (lost line causing syntax error).
authorGuido van Rossum <guido@python.org>
Sun, 25 Feb 2007 22:37:36 +0000 (22:37 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 25 Feb 2007 22:37:36 +0000 (22:37 +0000)
Lib/idlelib/PyShell.py

index b16bbc082d864dc4cf1473751ce76230e710dd7e..692467ddc08c3262fe01ef1be093598836ab25a1 100644 (file)
@@ -722,6 +722,7 @@ class ModifiedInterpreter(InteractiveInterpreter):
                     master=self.tkconsole.text):
                     raise
                 else:
+                    self.showtraceback()
             else:
                 raise
         except: