]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45495: Add 'case' and 'match' to IDLE completions list. (GH-29000)
authorTerry Jan Reedy <tjreedy@udel.edu>
Sat, 16 Oct 2021 22:44:00 +0000 (18:44 -0400)
committerGitHub <noreply@github.com>
Sat, 16 Oct 2021 22:44:00 +0000 (18:44 -0400)
commit42ac06dcd234bdda989dcfe854ac5173337024c9
treec85c0b31fa39b9153f9144d0bb3bcaeba31ce568
parentb9cdd0fb9c463c2503a4d854bb6529a9db58fe1b
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.
Lib/idlelib/autocomplete.py
Lib/idlelib/idle_test/test_autocomplete.py
Misc/NEWS.d/next/IDLE/2021-10-16-17-20-32.bpo-45495.ST8RFt.rst [new file with mode: 0644]