Thanks to visit codestin.com
Credit goes to github.com

Skip to content

bpo-38944: Escape key now closes IDLE completion windows. #17419

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

Merged

Conversation

JohnnyNajera
Copy link
Contributor

@JohnnyNajera JohnnyNajera commented Nov 30, 2019

Autocomplete window is not closed on Escape key on some Ubuntu systems. This is because the key press never make it to the event.

https://bugs.python.org/issue38944

@the-knights-who-say-ni
Copy link

Hello, and thanks for your contribution!

I'm a bot set up to make sure that the project can legally accept this contribution by verifying everyone involved has signed the PSF contributor agreement (CLA).

CLA Missing

Our records indicate the following people have not signed the CLA:

@JohnnyNajera

For legal reasons we need all the people listed to sign the CLA before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue.

If you have recently signed the CLA, please wait at least one business day
before our records are updated.

You can check yourself to see if the CLA has been received.

Thanks again for the contribution, we look forward to reviewing it!

@JohnnyNajera JohnnyNajera changed the title bop-38944: Fixing Escape key not bound to KeyPress event bpo-38944: Fixing Escape key not bound to KeyPress event Nov 30, 2019
@JohnnyNajera JohnnyNajera force-pushed the fix-autocomplete-close-on-escape branch from 4ac2225 to fa35acf Compare November 30, 2019 12:26
@JohnnyNajera JohnnyNajera changed the title bpo-38944: Fixing Escape key not bound to KeyPress event bpo-38944: Fix Escape key not bound to KeyPress event Dec 3, 2019
@JohnnyNajera
Copy link
Contributor Author

I have made the requested changes; please review again.

@bedevere-bot
Copy link

Thanks for making the requested changes!

: please review the changes made to this pull request.

Copy link
Member

@terryjreedy terryjreedy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will merge when CI passes.

@terryjreedy terryjreedy added needs backport to 3.7 type-bug An unexpected behavior, bug, or error labels Dec 9, 2019
@terryjreedy terryjreedy changed the title bpo-38944: Fix Escape key not bound to KeyPress event bpo-38944: Escape key closes IDLE completion windows. Dec 9, 2019
@terryjreedy terryjreedy changed the title bpo-38944: Escape key closes IDLE completion windows. bpo-38944: Escape key now closes IDLE completion windows. Dec 9, 2019
@terryjreedy terryjreedy merged commit 232689b into python:master Dec 9, 2019
@miss-islington
Copy link
Contributor

Thanks @JohnnyNajera for the PR, and @terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Dec 9, 2019
@bedevere-bot
Copy link

GH-17546 is a backport of this pull request to the 3.8 branch.

@bedevere-bot
Copy link

GH-17547 is a backport of this pull request to the 3.7 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Dec 9, 2019
miss-islington added a commit that referenced this pull request Dec 9, 2019
miss-islington added a commit that referenced this pull request Dec 9, 2019
@python python deleted a comment from bedevere-bot Dec 10, 2019
@terryjreedy
Copy link
Member

I deleted the report that 2 test_asyncio tests failed on one of the buildbots. This PR cannot be responsible for that.

shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request Jan 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants