Skip to content

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jul 9, 2020

Keywords are present in the main module tab completion lists generated by rlcompleter, which is used by REPLs on *nix. Add all keywords to IDLE's main module name list except those already added from builtins (True, False, and None) . This list may also be used by Show Completions on the Edit menu, and its hot key.

Rewrite Completions doc.

Co-authored-by: Cheryl Sabella [email protected]
(cherry picked from commit bce2eb4)

Co-authored-by: Terry Jan Reedy [email protected]

https://bugs.python.org/issue37765

Keywords are present in the main module tab completion lists generated by rlcompleter, which is used by REPLs on *nix. Add all keywords to IDLE's main module name list except those already added from builtins (True, False, and None) . This list may also be used by Show Completions on the Edit menu, and its hot key.

Rewrite Completions doc.

Co-authored-by: Cheryl Sabella <[email protected]>
(cherry picked from commit bce2eb4)

Co-authored-by: Terry Jan Reedy <[email protected]>
@miss-islington
Copy link
Contributor Author

@terryjreedy: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit fd27fb7 into python:3.9 Jul 9, 2020
@miss-islington miss-islington deleted the backport-bce2eb4-3.9 branch July 9, 2020 22:54
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.

4 participants