Skip to content
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

bpo-45193: Restore IDLE completion boxes on Ubuntu #28343

Merged
merged 1 commit into from Sep 15, 2021

Conversation

terryjreedy
Copy link
Member

@terryjreedy terryjreedy commented Sep 14, 2021

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

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.
@taleinat
Copy link
Contributor

taleinat commented Sep 15, 2021

LGTM!

I do think this should be noted clearly in NEWS though.

@terryjreedy
Copy link
Member Author

terryjreedy commented Sep 15, 2021

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.

@terryjreedy terryjreedy merged commit 1afc7b3 into python:main Sep 15, 2021
11 checks passed
@miss-islington
Copy link
Contributor

miss-islington commented Sep 15, 2021

Thanks @terryjreedy for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒🤖

@terryjreedy terryjreedy deleted the itask branch Sep 15, 2021
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 15, 2021
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 <tjreedy@udel.edu>
@bedevere-bot
Copy link

bedevere-bot commented Sep 15, 2021

GH-28347 is a backport of this pull request to the 3.10 branch.

miss-islington added a commit that referenced this pull request Sep 15, 2021
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 <tjreedy@udel.edu>
pablogsal pushed a commit that referenced this pull request Sep 19, 2021
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 <tjreedy@udel.edu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants