-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
bpo-45193: Restore IDLE completion boxes on Ubuntu #28343
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
The line that should not have been needed on macOS tk 8.6.8 but was, should not be a problem on Ubuntu, but is. It is not needed on macOS tk 8.6.11, installed with 3.10. Disable it but leave it for now in case some system needs it.
LGTM! I do think this should be noted clearly in NEWS though. |
I will make a new PR for a news item while the backport is tested. I just had to run the tests three times to be allowed to merge #28344 and I don't want to take the chance of another fake failure. |
Thanks @terryjreedy for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10. |
The line that should not have been needed on macOS tk 8.6.8 but was, should not be a problem on Ubuntu, but is. It is not needed on macOS tk 8.6.11, installed with 3.10. Disable it but leave it for now in case some system needs it. (cherry picked from commit 1afc7b3) Co-authored-by: Terry Jan Reedy <[email protected]>
GH-28347 is a backport of this pull request to the 3.10 branch. |
The line that should not have been needed on macOS tk 8.6.8 but was, should not be a problem on Ubuntu, but is. It is not needed on macOS tk 8.6.11, installed with 3.10. Disable it but leave it for now in case some system needs it. (cherry picked from commit 1afc7b3) Co-authored-by: Terry Jan Reedy <[email protected]>
The line that should not have been needed on macOS tk 8.6.8 but was, should not be a problem on Ubuntu, but is. It is not needed on macOS tk 8.6.11, installed with 3.10. Disable it but leave it for now in case some system needs it. (cherry picked from commit 1afc7b3) Co-authored-by: Terry Jan Reedy <[email protected]>
The line that should not have been needed on macOS tk 8.6.8 but was,
should not be a problem on Ubuntu, but is. It is not needed on macOS
tk 8.6.11, installed with 3.10. Disable it but leave it for
now in case some system needs it.
https://bugs.python.org/issue45193