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 vivekvashist
Recipients docs@python, kj, vivekvashist
Date 2021-12-18.20:49:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639860544.05.0.614192733239.issue46122@roundup.psfhosted.org>
In-reply-to
Content
Thanks Ken. 

You are right I'm using 3.10.0b4. I just tested it on 3.10.0 and it works fine.

>>> import types
>>> isinstance(int | str, types.UnionType)
True
History
Date User Action Args
2021-12-18 20:49:04vivekvashistsetrecipients: + vivekvashist, docs@python, kj
2021-12-18 20:49:04vivekvashistsetmessageid: <1639860544.05.0.614192733239.issue46122@roundup.psfhosted.org>
2021-12-18 20:49:04vivekvashistlinkissue46122 messages
2021-12-18 20:49:03vivekvashistcreate