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 pxeger
Recipients docs@python, pxeger
Date 2020-09-17.19:28:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
See title.

For reference:

`GenericAlias` was added by Guido van Rossum <[email protected]> in commit 48b069a003ba6c684a9ba78493fbbec5e89f10b8 "bpo-39481: Implementation for [PEP 585](https://www.python.org/dev/peps/pep-0585/) (#18239)"

`Union` was added by Maggi Moss <[email protected]> in commit 1b4552c5e8e925f24c15f707050f22c977171125 "bpo-41428: Implementation for [PEP 604](https://www.python.org/dev/peps/pep-0604/) (GH-21515)"

I can do a PR which would need backporting (is that the right word?) to 3.9 at least for `GenericAlias`.
History
Date User Action Args
2020-09-17 19:28:28pxegersetrecipients: + pxeger, docs@python
2020-09-17 19:28:28pxegersetmessageid: <[email protected]>
2020-09-17 19:28:27pxegerlinkissue41805 messages
2020-09-17 19:28:27pxegercreate