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 kj
Recipients DahlitzFlorian, Matúš Valo, docs@python, gvanrossum, kj, levkivskyi
Date 2020-10-10.04:18:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602303489.64.0.130005798048.issue40814@roundup.psfhosted.org>
In-reply-to
Content
I've created a PR 22615 which partly addresses the documentation for GenericAlias in stdtypes.

I have a side question: should __args__, and __origin__ be documented somewhere as well? I noticed it has no documentation even though it's used to check generics. At the same time, I'm not fully sure that it's a standard Python thing rather than a CPython implementation detail.
History
Date User Action Args
2020-10-10 04:18:09kjsetrecipients: + kj, gvanrossum, docs@python, levkivskyi, Matúš Valo, DahlitzFlorian
2020-10-10 04:18:09kjsetmessageid: <1602303489.64.0.130005798048.issue40814@roundup.psfhosted.org>
2020-10-10 04:18:09kjlinkissue40814 messages
2020-10-10 04:18:08kjcreate