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
Let the interpreter autocomplete soft-keywords, ATM the PEP-634 match / case / _(wildcard pattern).
The text was updated successfully, but these errors were encountered:
pythongh-92032: Add soft keywords to rlcompleter
c663b10
Let the interpreter autocomplete soft-keywords, ATM the PEP-634 'match' / 'case' / '_' (wildcard pattern).
gh-92032: Add soft keywords to rlcompleter (#92029)
4bed9c4
Let the interpreter autocomplete soft-keywords, ATM the PEP-634 'match' / 'case' / '_' (wildcard pattern). Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This was resolved in #92029 – closing
Sorry, something went wrong.
No branches or pull requests
kbeldan commentedApr 28, 2022
Let the interpreter autocomplete soft-keywords, ATM the PEP-634 match / case / _(wildcard pattern).
The text was updated successfully, but these errors were encountered: