Message152187
| 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:34 | roger.serwy | set | recipients: + roger.serwy, terry.reedy, ned.deily, George.Dhoore |
| 2012-01-28 20:48:34 | roger.serwy | set | messageid: <1327783714.67.0.272951418194.issue11437@psf.upfronthosting.co.za> |
| 2012-01-28 20:48:34 | roger.serwy | link | issue11437 messages |
| 2012-01-28 20:48:33 | roger.serwy | create | |