[Python-checkins] cpython (merge 3.5 -> default): Merge with 3.5

terry.reedy python-checkins at python.org
Thu Nov 12 15:25:30 EST 2015


https://hg.python.org/cpython/rev/07222a8bcadf
changeset:   99095:07222a8bcadf
parent:      99091:d4a149e22d17
parent:      99094:1ca862377dfd
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Thu Nov 12 15:06:34 2015 -0500
summary:
  Merge with 3.5

files:
  Lib/idlelib/configHandler.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/idlelib/configHandler.py b/Lib/idlelib/configHandler.py
--- a/Lib/idlelib/configHandler.py
+++ b/Lib/idlelib/configHandler.py
@@ -396,7 +396,7 @@
         source = self.defaultCfg if default else self.userCfg
         if source['highlight'].has_section(theme):
                 return theme
-        else:    
+        else:
             return "IDLE Classic"
 
     def CurrentKeys(self):

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list