]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
There are now three possible ways to run the IDE:
authorJust van Rossum <just@lettererror.com>
Sat, 30 Jan 1999 23:49:45 +0000 (23:49 +0000)
committerJust van Rossum <just@lettererror.com>
Sat, 30 Jan 1999 23:49:45 +0000 (23:49 +0000)
commita7a7193363ae5a546f67a74a97d414fc47c91e32
tree6e5f9dbd923f4fb28cf388ef666f1658b00e9a55
parent4f0d1f54693d6af71100927b17f56f0d6cd31c55
There are now three possible ways to run the IDE:
- this file dropped onto the interpreter
- applet built by BuildApplet (contains only __main__)
- applet built by BuildIDE (contains all IDE modules)
Mac/Tools/IDE/PythonIDE.py