Author: guido.van.rossum
Date: Sun Feb 25 23:37:36 2007
New Revision: 53922

Modified:
   python/branches/p3yk/Lib/idlelib/PyShell.py
Log:
Fix merge bug (lost line causing syntax error).


Modified: python/branches/p3yk/Lib/idlelib/PyShell.py
==============================================================================
--- python/branches/p3yk/Lib/idlelib/PyShell.py (original)
+++ python/branches/p3yk/Lib/idlelib/PyShell.py Sun Feb 25 23:37:36 2007
@@ -722,6 +722,7 @@
                     master=self.tkconsole.text):
                     raise
                 else:
+                    self.showtraceback()
             else:
                 raise
         except:
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to