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 cleoold
Recipients BTaskaya, cleoold
Date 2021-03-25.19:55:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616702108.58.0.14522470588.issue43609@roundup.psfhosted.org>
In-reply-to
Content
@BTaskaya I've seen this in third party ides and type checker. For example they are referring to "Union[Callable[[], Union[int, str]], None]" as "() -> (int | str) | None" where there are parentheses around the returns.
History
Date User Action Args
2021-03-25 19:55:08cleooldsetrecipients: + cleoold, BTaskaya
2021-03-25 19:55:08cleooldsetmessageid: <1616702108.58.0.14522470588.issue43609@roundup.psfhosted.org>
2021-03-25 19:55:08cleooldlinkissue43609 messages
2021-03-25 19:55:08cleooldcreate