Message 302215 - Python tracker
Message302215
| Author | terry.reedy |
|---|---|
| Recipients | terry.reedy |
| Date | 2017-09-14.21:48:03 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1505425683.21.0.515924101694.issue31480@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
When the zzdummy example-test extension was added as part of #27099, it was enabled in config-extensions.def in order to make tests pass as they were. This was not intended to be permanent as it adds a menu item that changes the current file and a user-modifiable event-key pair to the keys list on the config dialog keys page. Disable it by default (in config-extensions.def) and fix the tests so that they pass. This should primarily mean adding a enable entry to userCfg['extensions']. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-09-14 21:48:03 | terry.reedy | set | recipients: + terry.reedy |
| 2017-09-14 21:48:03 | terry.reedy | set | messageid: <1505425683.21.0.515924101694.issue31480@psf.upfronthosting.co.za> |
| 2017-09-14 21:48:03 | terry.reedy | link | issue31480 messages |
| 2017-09-14 21:48:03 | terry.reedy | create | |