New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bpo-45495: Add 'case' and 'match' to IDLE completions list #29000
Conversation
Since the keyword list is frozen, only compute it once per session. The colorizer already handles context keywords.
Thanks @terryjreedy for the PR |
GH-29001 is a backport of this pull request to the 3.10 branch. |
|
Since the keyword list is frozen, only compute it once per
session. The colorizer already handles context keywords.
https://bugs.python.org/issue45495