Skip to content

[3.6] bpo-25684: ttk.OptionMenu radiobuttons weren't unique (GH-2276) #2959

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

Merged
merged 2 commits into from
Jul 31, 2017

Conversation

csabella
Copy link
Contributor

@csabella csabella commented Jul 31, 2017

between instances of OptionMenu.
(cherry picked from commit a568e52)

https://bugs.python.org/issue25684

…-2276)

between instances of OptionMenu.
(cherry picked from commit a568e52)
@serhiy-storchaka
Copy link
Member

Please add your name into Misc/ACKS.

@csabella
Copy link
Contributor Author

I'm in Misc/ACKS for 3.7. Do I add it for every release?

Also, I'm having trouble with the cherry_picker to 2.7. I think it may be because the files have a different path? What's the best way to resolve this? Is there documentation to follow? Thanks!

@serhiy-storchaka
Copy link
Member

Yes, please add your name for every release in which you contributed.

Tkinter files have different paths in 3.x and 2.x. If git can't find the correct file automatically just move the needed changes manually.

@serhiy-storchaka serhiy-storchaka added the type-bug An unexpected behavior, bug, or error label Jul 31, 2017
@serhiy-storchaka serhiy-storchaka merged commit 2bf1586 into python:3.6 Jul 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants