bpo-37765: Add keywords to IDLE tab completions (GH-15138)
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>
T
Terry Jan Reedy committed
bce2eb4646021910aa4074d86f44a09b32d0b2b2
Parent: 1ee5dc1
Committed by GitHub <noreply@github.com>
on 7/9/2020, 10:08:33 PM