]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Update way a subprocess is launched for Mac OS X.
authorTony Lownds <tony@lownds.com>
Fri, 20 Dec 2002 04:24:43 +0000 (04:24 +0000)
committerTony Lownds <tony@lownds.com>
Fri, 20 Dec 2002 04:24:43 +0000 (04:24 +0000)
commitf53dec2e4e8a017641db4de73456a2724a75e64b
treeecf208ab3789dd429ac9757287dc60cbe7835bbc
parent24475896dd7c80695cb1b632fba37afd99d3b71b
Update way a subprocess is launched for Mac OS X.

Another applet mechanism has been developed for Python on Mac OS X and
trying to use the -c "__import__('run').main()" trick is just not working.

macosx_main.py is a new file which should be used as the startup file for
Mac OS X applet bundles. This startup file understands a -p option, which
when seen will start run.main(). When running as an applet, this seems like
the best approach.
Lib/idlelib/PyShell.py
Lib/idlelib/boolcheck.py [new file with mode: 0644]
Lib/idlelib/idle
Lib/idlelib/macosx_main.py [new file with mode: 0644]
Lib/idlelib/run.py