]> granicus.if.org Git - python/commit
M PyShell.py
authorKurt B. Kaiser <kbk@shore.net>
Tue, 24 Dec 2002 06:36:19 +0000 (06:36 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Tue, 24 Dec 2002 06:36:19 +0000 (06:36 +0000)
commitf4f427681507371f70ef904a248420ef15dba2a8
tree147b87610fef611eb57db81a4a34c49781c45ab7
parent12bf339aea9c787f7ce655d613b8898f7511c7db
M PyShell.py
M idle
M idle.py
M idle.pyw
M setup.py

Switch back to installing IDLE as a package.  The IDLE GUI and the
subprocess will both attempt to start up via the package mechanism, but if
IDLE is not yet installed it is possible to run by calling python idle.py
in the IDLE source directory, or to add the source directory to sys.path.

One advantage of doing it this way is IDLE stays off sys.path.

Developed in collaboration with Tony Lownds.
Lib/idlelib/PyShell.py
Lib/idlelib/idle
Lib/idlelib/idle.py
Lib/idlelib/idle.pyw
Lib/idlelib/setup.py