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 Todd.Rovito, ned.deily, roger.serwy
Date 2013-04-08.00:51:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365382306.63.0.670647131469.issue17654@psf.upfronthosting.co.za>
In-reply-to
Content
It works OK as long as you are running Python from a framework build (--enable-framework).  There are various OS X customizations in IDLE that are currently triggered by the runningAsOSXApp() function in idlelib/macosxSupport.py.  One of the customizations is to add the event binding for <Control-Button-1> (in idle lib/EditorWindow.py).  Restricting the customizations to framework builds is not useful nor correct and there are some other questionable customizations assumptions made in that module.  I'll work up a patch.  In the meantime, you can easily workaround it for testing by patching runningAsOSXApp to always return True.
History
Date User Action Args
2013-04-08 00:51:46ned.deilysetrecipients: + ned.deily, roger.serwy, Todd.Rovito
2013-04-08 00:51:46ned.deilysetmessageid: <1365382306.63.0.670647131469.issue17654@psf.upfronthosting.co.za>
2013-04-08 00:51:46ned.deilylinkissue17654 messages
2013-04-08 00:51:45ned.deilycreate