Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[3.9] bpo-37765: Add keywords to IDLE tab completions (GH-15138)#21423

Merged
miss-islington merged 1 commit into
python:3.9python/cpython:3.9from
miss-islington:backport-bce2eb4-3.9miss-islington/cpython:backport-bce2eb4-3.9Copy head branch name to clipboard
Jul 9, 2020
Merged

[3.9] bpo-37765: Add keywords to IDLE tab completions (GH-15138)#21423
miss-islington merged 1 commit into
python:3.9python/cpython:3.9from
miss-islington:backport-bce2eb4-3.9miss-islington/cpython:backport-bce2eb4-3.9Copy head branch name to clipboard

Conversation

@miss-islington

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

Copy link
Copy Markdown
Contributor

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 cheryl.sabella@gmail.com
(cherry picked from commit bce2eb4)

Co-authored-by: Terry Jan Reedy tjreedy@udel.edu

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 <cheryl.sabella@gmail.com>
(cherry picked from commit bce2eb4)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
@miss-islington

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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.