https://hg.python.org/cpython/rev/c50808152a8f changeset: 99166:c50808152a8f branch: 3.5 parent: 99162:b0d60877608a parent: 99165:38d9ffbb595b user: Terry Jan Reedy <tjreedy at udel.edu> date: Mon Nov 16 07:36:33 2015 -0500 summary: Merge with 3.4 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