http://hg.python.org/cpython/rev/630baa300173 changeset: 77178:630baa300173 branch: 2.7 parent: 77175:4334964993b9 user: Terry Jan Reedy <tjreedy at udel.edu> date: Sat May 26 20:45:35 2012 -0400 summary: #10365 Trim trailing whitespace files: Lib/idlelib/IOBinding.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Lib/idlelib/IOBinding.py b/Lib/idlelib/IOBinding.py --- a/Lib/idlelib/IOBinding.py +++ b/Lib/idlelib/IOBinding.py @@ -223,7 +223,7 @@ else: if self.text: self.text.focus_set() - + return "break" # # Code for use outside IDLE: -- Repository URL: http://hg.python.org/cpython