[Python-checkins] cpython (2.7): whitespace3
terry.reedy
python-checkins at python.org
Tue Jan 31 08:59:29 CET 2012
http://hg.python.org/cpython/rev/822d7a1f8885
changeset: 74695:822d7a1f8885
branch: 2.7
parent: 74692:1b5abba0c808
user: Terry Jan Reedy <tjreedy at udel.edu>
date: Tue Jan 31 02:55:32 2012 -0500
summary:
whitespace3
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
@@ -507,7 +507,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