]> granicus.if.org Git - python/commit
M PyShell.py
authorKurt B. Kaiser <kbk@shore.net>
Sat, 21 Dec 2002 21:03:06 +0000 (21:03 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Sat, 21 Dec 2002 21:03:06 +0000 (21:03 +0000)
commitdd70e1be91dcf4d20150f11cc0262c9e623b1fae
tree8aa283341bda49e2953e10629c5f8406586e2297
parent9c36c29156bf7d6f2349a2ca577771dd68fe63a9
M PyShell.py
M idle
M setup.py

To be able to run from the source directory or from an installed version
of IDLE, and also to allow the subprocess to find run(), Python needs to
have the idlelib package on its path.

1. Modify setup.py to supply a .pth file living at same level as idlelib
2. Move boolcheck to PyShell.py
3. Remove boolcheck and path setting code from the "idle" script
Lib/idlelib/PyShell.py
Lib/idlelib/idle
Lib/idlelib/setup.py