This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients ned.deily, ronaldoussoren
Date 2012-08-16.01:08:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345079292.52.0.381785713034.issue15678@psf.upfronthosting.co.za>
In-reply-to
Content
With 3.3.0b2, when IDLE is started from a command line using
an OS X framework build (such as provided by the python.org
installers), the Aqua Tk menu customization is no longer being
performed, for example, no Preferences menu item, an extra Options
menu, etc.  It was broken as a side effect of the changes to
pythonw.c in b79d276041a8 for #15307.  Since sys.executable no
longer includes 'Python.app' in the path name, the attached patch
tests for a framework build instead.  This should give the previous
behavior in nearly all cases.  Whether the previous behavior is
sensible is left as an issue for later releases.  IDLE.app behavior was
not affected as it does its own manipulation of sys.executable;
that should probably also be changed in the future.
History
Date User Action Args
2012-08-16 01:08:12ned.deilysetrecipients: + ned.deily, ronaldoussoren
2012-08-16 01:08:12ned.deilysetmessageid: <1345079292.52.0.381785713034.issue15678@psf.upfronthosting.co.za>
2012-08-16 01:08:11ned.deilylinkissue15678 messages
2012-08-16 01:08:11ned.deilycreate