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 terry.reedy
Recipients cheryl.sabella, taleinat, terry.reedy, xtreak
Date 2019-01-18.17:46:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547833565.2.0.344965831877.issue35770@roundup.psfhosted.org>
In-reply-to
Content
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)
History
Date User Action Args
2019-01-18 17:46:06terry.reedysetrecipients: + terry.reedy, taleinat, cheryl.sabella, xtreak
2019-01-18 17:46:05terry.reedysetmessageid: <1547833565.2.0.344965831877.issue35770@roundup.psfhosted.org>
2019-01-18 17:46:05terry.reedylinkissue35770 messages
2019-01-18 17:46:05terry.reedycreate