Skip to content

bpo-15786: Fix IDLE autocomplete return problem. #2198

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
merged 1 commit into from
Jun 14, 2017

Conversation

terryjreedy
Copy link
Member

No description provided.

@terryjreedy terryjreedy merged commit 32fd874 into python:master Jun 14, 2017
@terryjreedy terryjreedy deleted the return branch June 14, 2017 19:51
terryjreedy added a commit to terryjreedy/cpython that referenced this pull request Jun 14, 2017
Before, <return> would not, for instance, complete 're.c' to 're.compile' even with 'compile' highlighted.  Now it does.  Before, <return> was inserted into text, which in Shell meant compile() and possibly execute.  Now cursor is left after completion.
(cherry picked from commit 32fd874)
terryjreedy added a commit that referenced this pull request Jun 14, 2017
Before,  Enter would not, for instance, complete 're.c' to 're.compile' even with 'compile' highlighted.  Now it does.  Before, '\n' was inserted into text, which in Shell meant compile() and possibly execute.  Now cursor is left after completion.
(cherry picked from commit 32fd874)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants