Message 127370 - Python tracker

Message127370

Author ned.deily
Recipients brett.cannon, georg.brandl, ned.deily, rhettinger
Date 2011-01-29.02:42:27
SpamBayes Score 0.00020467346
Marked as misclassified No
Message-id <1296268948.54.0.0299622877473.issue10940@psf.upfronthosting.co.za>
In-reply-to
Content
The attached temporary patch avoids the hang seen when IDLE is used with Cocoa Tk 8.5 by removing the menu accelerator hints from IDLE's menu on OS X.  The keyboard accelerators still work when typed but the character hints are not displayed on their menu items.  The affected commands are:
    Open Module       Cmd-M
    Go to Line        Cmd-J
    New Indent Width  Control-U

This should be applied to 3.2rc2.  I will leave the issue open for possible backport to 2.7 and to find a better resolution so that this patch can be reverted.
History
Date User Action Args
2011-01-29 02:42:28ned.deilysetrecipients: + ned.deily, brett.cannon, georg.brandl, rhettinger
2011-01-29 02:42:28ned.deilysetmessageid: <1296268948.54.0.0299622877473.issue10940@psf.upfronthosting.co.za>
2011-01-29 02:42:27ned.deilylinkissue10940 messages
2011-01-29 02:42:27ned.deilycreate