-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
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
Tkinter: test_getint incompatible with Tcl 9.0 #104411
Labels
Comments
This comment was marked as outdated.
This comment was marked as outdated.
16 tasks
serhiy-storchaka
pushed a commit
that referenced
this issue
Jun 6, 2023
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jun 6, 2023
(cherry picked from commit 2c49c75) Co-authored-by: Christopher Chavez <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jun 6, 2023
(cherry picked from commit 2c49c75) Co-authored-by: Christopher Chavez <[email protected]>
terryjreedy
pushed a commit
that referenced
this issue
Jun 6, 2023
terryjreedy
pushed a commit
that referenced
this issue
Jun 6, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TIP 114 means that as of Tcl 9.0, integers are only treated as octal when the
0o
prefix is specified; a leading 0 by itself is no longer sufficient. This change partially breaks test_getint:Linked PRs
The text was updated successfully, but these errors were encountered: