-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
[3.7] bpo-34936: Fix TclError in tkinter.Spinbox.selection_element() (GH-9760) #9957
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
Conversation
Thanks @j4321 for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.6. |
Thanks @j4321 for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7. |
Thanks @j4321 for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 2.7. |
…onGH-9760) (pythonGH-9957) (cherry picked from commit 1deea5e) (cherry picked from commit bd9c2ce) Co-authored-by: Juliette Monsel <[email protected]>
GH-9967 is a backport of this pull request to the 3.6 branch. |
Sorry, @j4321 and @serhiy-storchaka, I could not cleanly backport this to |
Sorry, @j4321 and @serhiy-storchaka, I could not cleanly backport this to |
Thank you @j4321. For future, you can use the cherry_picker utility for convenience. It can perform some routine actions for you. |
) (GH-9957) (cherry picked from commit 1deea5e) (cherry picked from commit bd9c2ce) Co-authored-by: Juliette Monsel <[email protected]>
…pythonGH-9760) (pythonGH-9957) (cherry picked from commit 1deea5e). (cherry picked from commit bd9c2ce) Co-authored-by: Juliette Monsel <[email protected]>
GH-9968 is a backport of this pull request to the 2.7 branch. |
I removed the tests for the unimplemented methods in 3.7.
(cherry picked from commit 1deea5e)
https://bugs.python.org/issue34936