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 kj
Recipients docs@python, kj, vivekvashist
Date 2021-12-18.13:59:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639835969.81.0.328506188636.issue46122@roundup.psfhosted.org>
In-reply-to
Content
Thanks for the PR Vivek. Can you please tell me the exact 3.10 version you're running? In earlier 3.10 versions (alpha, beta etc.) types.Union existed, but somewhere later (rc1,rc2) it became types.UnionType.

The final 3.10.0 release has types.UnionType, not types.Union. I suspect you might be running an earlier iteration of 3.10.
History
Date User Action Args
2021-12-18 13:59:30kjsetrecipients: + kj, docs@python, vivekvashist
2021-12-18 13:59:29kjsetmessageid: <1639835969.81.0.328506188636.issue46122@roundup.psfhosted.org>
2021-12-18 13:59:29kjlinkissue46122 messages
2021-12-18 13:59:29kjcreate