Skip to content

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

Merged
terryjreedy merged 1 commit into
python:mainfrom
terryjreedy:itask
Sep 15, 2021
Merged

bpo-45193: Restore IDLE completion boxes on Ubuntu#28343
terryjreedy merged 1 commit into
python:mainfrom
terryjreedy:itask

Conversation

@terryjreedy

@terryjreedyterryjreedy commented Sep 14, 2021

Copy link
Copy Markdown
Member

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
Copy Markdown
Contributor

LGTM!

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

@terryjreedy

terryjreedy commented Sep 15, 2021

Copy link
Copy Markdown
MemberAuthor

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:mainSep 15, 2021
@miss-islington

Copy link
Copy Markdown
Contributor

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

@terryjreedy
terryjreedy deleted the itask branch September 15, 2021 07:13
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
Copy Markdown

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

@bedevere-botbedevere-bot removed the needs backport to 3.10 only security fixes label Sep 15, 2021
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 freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip newstype-bugAn unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@terryjreedy@taleinat@miss-islington@bedevere-bot@the-knights-who-say-ni