Bug report
Bug description:
In the Python 3.14.0rc2 REPL, type the following:
type Point = tuple[int, int]
You can see that type is highlighted as a builtin rather than a soft keyword, which does not match the description in PEP-695.
CPython versions tested on:
3.14
Operating systems tested on:
Windows
Linked PRs
Bug report
Bug description:
In the Python 3.14.0rc2 REPL, type the following:
You can see that
typeis highlighted as a builtin rather than a soft keyword, which does not match the description in PEP-695.CPython versions tested on:
3.14
Operating systems tested on:
Windows
Linked PRs