Staging
v0.5.1
Revision fd27fb7f3dd157294f05bb060f7efd243732ab2d authored by Miss Islington (bot) on 09 July 2020, 22:54:14 UTC, committed by GitHub on 09 July 2020, 22:54:14 UTC

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

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
1 parent c65ee55
Raw File
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top