[Python-checkins] cpython (2.7): whitespace

terry.reedy python-checkins at python.org
Wed Sep 23 03:14:15 CEST 2015


https://hg.python.org/cpython/rev/b627f5145961
changeset:   98195:b627f5145961
branch:      2.7
parent:      98191:b79dd0d7dc98
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Tue Sep 22 21:13:09 2015 -0400
summary:
  whitespace

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


diff --git a/Lib/idlelib/PyShell.py b/Lib/idlelib/PyShell.py
--- a/Lib/idlelib/PyShell.py
+++ b/Lib/idlelib/PyShell.py
@@ -1556,7 +1556,7 @@
     root.withdraw()
     flist = PyShellFileList(root)
     macosxSupport.setupApp(root, flist)
-    
+
     if macosxSupport.isAquaTk():
         # There are some screwed up <2> class bindings for text
         # widgets defined in Tk which we need to do away with.

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


More information about the Python-checkins mailing list