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

terry.reedy python-checkins at python.org
Mon Nov 16 07:37:18 EST 2015


https://hg.python.org/cpython/rev/2c97612859b3
changeset:   99167:2c97612859b3
parent:      99163:961b1e82a7e5
parent:      99166:c50808152a8f
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Mon Nov 16 07:36:44 2015 -0500
summary:
  Merge with 3.5

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


diff --git a/Lib/idlelib/MultiStatusBar.py b/Lib/idlelib/MultiStatusBar.py
--- a/Lib/idlelib/MultiStatusBar.py
+++ b/Lib/idlelib/MultiStatusBar.py
@@ -15,7 +15,7 @@
             self.labels[name] = label
         else:
             label = self.labels[name]
-        if width != 0: 
+        if width != 0:
             label.config(width=width)
         label.config(text=text)
 

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


More information about the Python-checkins mailing list