This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gaborjbernat
Recipients docs@python, gaborjbernat
Date 2021-10-06.12:20:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1633522850.1.0.516575372895.issue45391@roundup.psfhosted.org>
In-reply-to
Content
It's a class though:

❯ sphobjinv suggest ./objects.inv UnionType
:py:data:`types.UnionType`

defined as:

UnionType = type(int | str)
History
Date User Action Args
2021-10-06 12:20:50gaborjbernatsetrecipients: + gaborjbernat, docs@python
2021-10-06 12:20:50gaborjbernatsetmessageid: <1633522850.1.0.516575372895.issue45391@roundup.psfhosted.org>
2021-10-06 12:20:50gaborjbernatlinkissue45391 messages
2021-10-06 12:20:50gaborjbernatcreate