8000 [3.6]bpo-15786: Fix IDLE autocomplete return problem. (#2198) by terryjreedy · Pull Request #2199 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.6]bpo-15786: Fix IDLE autocomplete return problem. (#2198) #2199

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

Before, would not, for instance, complete 're.c' to 're.compile' even with 'compile' highlighted. Now it does. Before, was inserted into text, which in Shell meant compile() and possibly execute. Now cursor is left after completion.
(cherry picked from commit 32fd874)

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)
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
0