Ned Deily <n...@acm.org> added the comment:

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.

----------
keywords: +patch
priority: critical -> release blocker
Added file: 
http://bugs.python.org/file20592/issue10940_temporarily_dont_add_dialog_accelerators_on_osx.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10940>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to