Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-33964: IDLE macosx - removed unused local dict. #7926

Merged
merged 2 commits into from Nov 6, 2022

Conversation

terryjreedy
Copy link
Member

@terryjreedy terryjreedy commented Jun 26, 2018

Fixes #78145.

Function overrideRootMenu defines menudict but never uses it.

https://bugs.python.org/issue33964

Function overrideRootMenu defines menudict but never uses it.
@terryjreedy
Copy link
Member Author

terryjreedy commented Jun 26, 2018

Even though this does not really need a test, I would prefer to test the function before modifying it (issue 33963). Will add news when ready to merge, either way.

@vstinner
Copy link
Member

vstinner commented Jan 10, 2019

I removed the " needs backport to 3.6" label, the 3.6 branch no longer accept bugfixes (only security fixes are accepted): https://devguide.python.org/#status-of-python-branches

Copy link
Member

@ned-deily ned-deily left a comment

LGTM

@iritkatriel iritkatriel merged commit 5eff82f into python:main Nov 6, 2022
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IDLE maxosc.overrideRootMenu: remove unused menudict
7 participants