mirror of
https://github.com/python/cpython.git
synced 2025-10-31 21:51:50 +00:00
These are like keywords but they only work in context; they are not reserved except when there is an exact match. This would enable things like match statements without reserving `match` (which would be bad for the `re.match()` function and probably lots of other places). Automerge-Triggered-By: @gvanrossum |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| __main__.py | ||
| test_c_parser.py | ||
| test_first_sets.py | ||
| test_pegen.py | ||