]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bqackport of 1.73:
authorJack Jansen <jack.jansen@cwi.nl>
Sun, 24 Feb 2002 23:07:04 +0000 (23:07 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sun, 24 Feb 2002 23:07:04 +0000 (23:07 +0000)
commit11c8a87da0704066189e57a90e3d377fd9bdf7d6
treee233b5fd3e918fbbd0c95967575fc30bec6b7fec
parent2b959a83ef916a1b97ab70831fefa3194f9aa0ea
bqackport of 1.73:
In MachoPython, don't simulate argc/argv unless we have argc=1 and argv[1]
starts with "-psn_". This means the drag-and-drop continues to work as
expected, but we can now also do
/Applications/Python.app/Contents/MacOS/python script.py
from the command line, which is a lot easier with debugging. Pressing <option>
at this point also has the expected effect of opening the options dialog!
Mac/Python/macmain.c