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 xtreak
Recipients cheryl.sabella, taleinat, terry.reedy, xtreak
Date 2019-01-18.08:38:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547800727.21.0.527993488794.issue35770@roundup.psfhosted.org>
In-reply-to
Content
Thanks, I can confirm that your fix launches idlelib.

Not working : del mainmenu.menudefs[-2][1][0]

Working : del mainmenu.menudefs[-3][1][0]

Options menu listing on master with the fix with "Show code context" disabled.
- Show code context
- Zoom height

git checkout v3.7.2 Lib/idlelib/ also works fine so I guess it's a regression but I don't know if this affects other versions of Mac OS.

Options menu listing on 3.7.2
- Configure IDLE
- Code Context
History
Date User Action Args
2019-01-18 08:38:49xtreaksetrecipients: + xtreak, terry.reedy, taleinat, cheryl.sabella
2019-01-18 08:38:47xtreaksetmessageid: <1547800727.21.0.527993488794.issue35770@roundup.psfhosted.org>
2019-01-18 08:38:47xtreaklinkissue35770 messages
2019-01-18 08:38:47xtreakcreate