[Python-3000-checkins] r53922 - python/branches/p3yk/Lib/idlelib/PyShell.py

guido.van.rossum python-3000-checkins at python.org
Sun Feb 25 23:37:41 CET 2007


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:


More information about the Python-3000-checkins mailing list