My Google-fu skills may be waning. I can't seem to find documentation for the new style generic type aliases.
Example: tuple[int, ...]
I can find the older-style typing.Tuple documentation.
Are the new generic type aliases documented somewhere in the Python docs site?