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
[3.7] bpo-34936: Fix TclError in tkinter.Spinbox.selection_element() (GH-9760) #9957
Conversation
Thanks @j4321 for the PR, and @serhiy-storchaka for merging it |
Thanks @j4321 for the PR, and @serhiy-storchaka for merging it |
Thanks @j4321 for the PR, and @serhiy-storchaka for merging it |
…onGH-9760) (pythonGH-9957) (cherry picked from commit 1deea5e) (cherry picked from commit bd9c2ce) Co-authored-by: Juliette Monsel <j4321@users.noreply.github.com>
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. |
…pythonGH-9760) (pythonGH-9957) (cherry picked from commit 1deea5e). (cherry picked from commit bd9c2ce) Co-authored-by: Juliette Monsel <j4321@users.noreply.github.com>
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