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 AlexWaygood
Recipients AlexWaygood, docs@python, gvanrossum, kj, lukasz.langa
Date 2021-10-30.20:21:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635625289.5.0.271626210533.issue45680@roundup.psfhosted.org>
In-reply-to
Content
The documentation on `GenericAlias` objects implies at multiple points that only container classes can implement `__class_getitem__`, and goes into very little detail about what it means for a non-container class to be parameterized.
History
Date User Action Args
2021-10-30 20:21:29AlexWaygoodsetrecipients: + AlexWaygood, gvanrossum, docs@python, lukasz.langa, kj
2021-10-30 20:21:29AlexWaygoodsetmessageid: <1635625289.5.0.271626210533.issue45680@roundup.psfhosted.org>
2021-10-30 20:21:29AlexWaygoodlinkissue45680 messages
2021-10-30 20:21:29AlexWaygoodcreate