]> granicus.if.org Git - python/commit
Construct a sys.argv from the initial AppleEvent sent by the finder
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 2 Aug 2002 11:12:15 +0000 (11:12 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 2 Aug 2002 11:12:15 +0000 (11:12 +0000)
commitf4f6d4859d0e818ba21fd839d391097cefe4367a
tree8f59653768df7fb20d4f868747b0b27d0638c800
parentd05e18139f37934344a55d165be7894983cd5de6
Construct a sys.argv from the initial AppleEvent sent by the finder
during startup of a program. This module will replace the C code in
macgetargv.c so we can get rid of the special macmain.c for OSX
Python.app.
Mac/Lib/argvemulator.py [new file with mode: 0644]