From: Jack Jansen Date: Wed, 2 Jan 2002 22:53:38 +0000 (+0000) Subject: In MachoPython, don't simulate argc/argv unless we have argc=1 and argv[1] X-Git-Tag: v2.3c1~6902 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b517854d0b99367d82523306465d6fc97da17d0;p=python 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