]> granicus.if.org Git - python/commit
* If BuildApplet.py is used as an applet it starts with a version of
authorRonald Oussoren <ronaldoussoren@mac.com>
Wed, 7 Jun 2006 20:18:44 +0000 (20:18 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Wed, 7 Jun 2006 20:18:44 +0000 (20:18 +0000)
commit4b7a6c8b587a15fd2b6d17e21ad63431503a5c9e
tree2ccf0e978ce800d76d486c500284b82528a484b7
parent750e92043e0811fe990291d113ecca9650ac767c
* If BuildApplet.py is used as an applet it starts with a version of
  sys.exutable that isn't usuable on an #!-line. That results in generated
  applets that don't actually work. Work around this problem by resetting
  sys.executable.
* argvemulator.py didn't work on intel macs. This patch fixes this
  (bug #1491468)
Lib/plat-mac/argvemulator.py
Mac/scripts/BuildApplet.py