cpython (merge 3.2 -> default): Merge with 3.2 whitespace

Jan. 31, 2012
7:59 a.m.
http://hg.python.org/cpython/rev/bf31815548c9 changeset: 74697:bf31815548c9 parent: 74694:acedd92086c5 parent: 74696:89b699e68fa2 user: Terry Jan Reedy <tjreedy@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
4829
Age (days ago)
4829
Last active (days ago)
0 comments
1 participants
participants (1)
-
terry.reedy