
I also had difficulty finding this section, but the GenericAlias type is documented here: https://docs.python.org/3/library/stdtypes.html#types-genericalias It might be good to link to that section from the Generic one in the typing docs. On Mon, May 30, 2022, 6:04 PM Paul Bryan <pbryan@anode.ca> wrote:
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?
_______________________________________________ Typing-sig mailing list -- typing-sig@python.org To unsubscribe send an email to typing-sig-leave@python.org https://mail.python.org/mailman3/lists/typing-sig.python.org/ Member address: ethan@ethanhs.me