-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
Tk 8.7: TIP 577 breaks tkinter.Menu.index() #103685
Labels
Comments
chrstphrchvz
added a commit
to chrstphrchvz/cpython
that referenced
this issue
Apr 22, 2023
terryjreedy
added a commit
that referenced
this issue
Apr 24, 2023
--------- Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Apr 24, 2023
--------- (cherry picked from commit f0ed293) Co-authored-by: Christopher Chavez <chrischavez@gmx.us> Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
terryjreedy
added a commit
that referenced
this issue
Apr 24, 2023
…03734) gh-103685: Fix tkinter.Menu.index() for Tk 8.7 (GH-103686) --------- (cherry picked from commit f0ed293) Co-authored-by: Christopher Chavez <chrischavez@gmx.us> Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Thanks for making a start on preparing for 8.7+ & 9.0+ |
16 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug report
One effect of TIP 577 is that as of Tk 8.7, the
index
command for menus will now return an empty string instead ofnone
, leading to an error intkinter.Menu.index()
:It should be easy to accommodate both the new and old behavior.
Linked PRs
The text was updated successfully, but these errors were encountered: