◐ Shell
clean mode source ↗

[3.8] bpo-37765: Add keywords to IDLE tab completions (GH-15138) by miss-islington · Pull Request #21424 · python/cpython

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