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 ajoino
Recipients ajoino, erezinman
Date 2021-03-23.22:00:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616536853.79.0.514480339495.issue43595@roundup.psfhosted.org>
In-reply-to
Content
Hi, I tried both code snippets, and they work for me with the output:

    typing.Union[str, abc.ABC]

For your second code snippet.

Tested on 3.7.6 (IPython though) on a Windows machine, can test it on Linux tomorrow.
History
Date User Action Args
2021-03-23 22:00:53ajoinosetrecipients: + ajoino, erezinman
2021-03-23 22:00:53ajoinosetmessageid: <1616536853.79.0.514480339495.issue43595@roundup.psfhosted.org>
2021-03-23 22:00:53ajoinolinkissue43595 messages
2021-03-23 22:00:53ajoinocreate