From: Jack Jansen Date: Sun, 24 Feb 2002 23:07:04 +0000 (+0000) Subject: bqackport of 1.73: X-Git-Tag: v2.2.1c1~174 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=11c8a87da0704066189e57a90e3d377fd9bdf7d6;p=thirdparty%2FPython%2Fcpython.git 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