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, levkivskyi, serhiy.storchaka
Date 2020-11-01.15:39:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604245171.89.0.0481507896605.issue42233@roundup.psfhosted.org>
In-reply-to
Content
There is also a problem with typing module.

>>> typing.List[int] | dict[float, str]
typing.Union[typing.List[int], dict]
History
Date User Action Args
2020-11-01 15:39:31serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, levkivskyi, kj
2020-11-01 15:39:31serhiy.storchakasetmessageid: <1604245171.89.0.0481507896605.issue42233@roundup.psfhosted.org>
2020-11-01 15:39:31serhiy.storchakalinkissue42233 messages
2020-11-01 15:39:31serhiy.storchakacreate