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 roger.serwy
Recipients George.Dhoore, ned.deily, roger.serwy, terry.reedy
Date 2012-01-28.20:48:32
SpamBayes Score 0.012207286
Marked as misclassified No
Message-id <1327783714.67.0.272951418194.issue11437@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a patch against 3.3a0 to validate the active key set in the configuration handler. It validates each key binding and then presents a dialog with a list of incorrect keys if there are any. 

In developing this patch I found that IDLE calls GetCurrentKeySet multiple times during initialization of an EditorWindow or a PyShell, once for each extension loaded. This inefficiency leads to long start times for IDLE.
History
Date User Action Args
2012-01-28 20:48:34roger.serwysetrecipients: + roger.serwy, terry.reedy, ned.deily, George.Dhoore
2012-01-28 20:48:34roger.serwysetmessageid: <1327783714.67.0.272951418194.issue11437@psf.upfronthosting.co.za>
2012-01-28 20:48:34roger.serwylinkissue11437 messages
2012-01-28 20:48:33roger.serwycreate