commit | a29470307308f64af9c55263cdd6e1984ba89925 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sat Oct 16 16:14:11 2021 -0700 |
committer | GitHub <noreply@github.com> | Sat Oct 16 16:14:11 2021 -0700 |
tree | 1ce6fe7dfa445dad26270ad3d902a5df97d2f84b | |
parent | 5df35faf3611b459f7f32bfe9fd2ffa7fb2dc59e [diff] |
[3.10] bpo-45495: Add 'case' and 'match' to IDLE completions list. (GH-29000) (GH-29001) Since the keyword list is frozen, only compute it once per session. The colorizer already handles context keywords. (cherry picked from commit 42ac06dcd234bdda989dcfe854ac5173337024c9) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> Automerge-Triggered-By: GH:terryjreedy