commit | 42ac06dcd234bdda989dcfe854ac5173337024c9 | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Sat Oct 16 18:44:00 2021 -0400 |
committer | GitHub <noreply@github.com> | Sat Oct 16 18:44:00 2021 -0400 |
tree | c85c0b31fa39b9153f9144d0bb3bcaeba31ce568 | |
parent | b9cdd0fb9c463c2503a4d854bb6529a9db58fe1b [diff] |
bpo-45495: Add 'case' and 'match' to IDLE completions list. (GH-29000) Since the keyword list is frozen, only compute it once per session. The colorizer already handles context keywords.