[Python-checkins] r58307 - python/trunk/Lib/idlelib/PyShell.py

kurt.kaiser python-checkins at python.org
Thu Oct 4 04:07:51 CEST 2007


Author: kurt.kaiser
Date: Thu Oct  4 04:07:50 2007
New Revision: 58307

Modified:
   python/trunk/Lib/idlelib/PyShell.py
Log:
Remove unused theme that was causing a fault in p3k.


Modified: python/trunk/Lib/idlelib/PyShell.py
==============================================================================
--- python/trunk/Lib/idlelib/PyShell.py	(original)
+++ python/trunk/Lib/idlelib/PyShell.py	Thu Oct  4 04:07:50 2007
@@ -299,7 +299,6 @@
             "stdout": idleConf.GetHighlight(theme, "stdout"),
             "stderr": idleConf.GetHighlight(theme, "stderr"),
             "console": idleConf.GetHighlight(theme, "console"),
-            None: idleConf.GetHighlight(theme, "normal"),
         })
 
 class ModifiedUndoDelegator(UndoDelegator):


More information about the Python-checkins mailing list