[issue45680] Documentation on `GenericAlias` objects could be improved

2021-10-30 Thread Alex Waygood
Alex Waygood added the comment: This issue is related, but distinct, to previous issue https://bugs.python.org/issue42280. -- ___ Python tracker ___ _

[issue45680] Documentation on `GenericAlias` objects could be improved

2021-10-30 Thread Alex Waygood
Change by Alex Waygood : -- keywords: +patch pull_requests: +27603 stage: -> patch review pull_request: https://github.com/python/cpython/pull/29335 ___ Python tracker ___ ___

[issue45680] Documentation on `GenericAlias` objects could be improved

2021-10-30 Thread Alex Waygood
New submission from Alex Waygood : 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. -- assignee: doc