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

terry.reedy python-checkins at python.org
Tue Jan 31 08:59:30 CET 2012


http://hg.python.org/cpython/rev/bf31815548c9
changeset:   74697:bf31815548c9
parent:      74694:acedd92086c5
parent:      74696:89b699e68fa2
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Tue Jan 31 02:58:39 2012 -0500
summary:
  Merge with 3.2 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
@@ -498,7 +498,7 @@
             path.extend(sys.path)
         else:
             path = sys.path
-            
+
         self.runcommand("""if 1:
         import sys as _sys
         _sys.path = %r

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


More information about the Python-checkins mailing list