Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
Closed
Description
Bug report
Bug description:
In the Python 3.14.0rc2 REPL, type the following:
typePoint=tuple[int,int]
You can see thattype is highlighted as a builtin rather than a soft keyword, which does not match the description inPEP-695.
CPython versions tested on:
3.14
Operating systems tested on:
Windows