Message333998
Cheryl, that sort of change needs an issue for discussion before going very far. I am dubious that it will work (but you can try to show otherwise).
1. overrideRootMenu does an insertion that I don't think you can do with a dict.
mainmenu.menudefs[0][1].insert(6, closeItem)
2. The structure of menudefs is part of the extension interface. (The file should say so.) The test extension zzdummy is incomplete. test_zzdummy has not yet been written, and the definition of ZaDummy.menudefs, currently commented out, needs to me made conditional on whether tests are being run (__init__.testing) |
|
| Date |
User |
Action |
Args |
| 2019-01-18 17:46:06 | terry.reedy | set | recipients:
+ terry.reedy, taleinat, cheryl.sabella, xtreak |
| 2019-01-18 17:46:05 | terry.reedy | set | messageid: <1547833565.2.0.344965831877.issue35770@roundup.psfhosted.org> |
| 2019-01-18 17:46:05 | terry.reedy | link | issue35770 messages |
| 2019-01-18 17:46:05 | terry.reedy | create | |
|