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 serhiy.storchaka
Recipients gvanrossum, kj, serhiy.storchaka
Date 2021-07-15.07:44:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626335081.1.0.845689141134.issue44636@roundup.psfhosted.org>
In-reply-to
Content
Simple example (without indexing):

>>> import typing
>>> typing.Union[int, int]
<class 'int'>
>>> int | int
int
History
Date User Action Args
2021-07-15 07:44:41serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, kj
2021-07-15 07:44:41serhiy.storchakasetmessageid: <1626335081.1.0.845689141134.issue44636@roundup.psfhosted.org>
2021-07-15 07:44:41serhiy.storchakalinkissue44636 messages
2021-07-15 07:44:40serhiy.storchakacreate
Morty Proxy This is a proxified and sanitized view of the page, visit original site.