[Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2 #10635 whitespace

terry.reedy python-checkins at python.org
Sun May 27 02:47:16 CEST 2012


http://hg.python.org/cpython/rev/e8d89503f061
changeset:   77177:e8d89503f061
parent:      77174:21862628a013
parent:      77176:7dae83057e83
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Sat May 26 20:44:45 2012 -0400
summary:
  Merge with 3.2 #10635 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
@@ -183,7 +183,7 @@
             else:
                 if self.text:
                     self.text.focus_set()
-            
+
             return "break"
         #
         # Code for use outside IDLE:

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


More information about the Python-checkins mailing list