mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
The documentation explaining Python's data model does not adequately explain
the differences between ``__getitem__`` and ``__class_getitem__``, nor does it
explain when each is called. There is an attempt at explaining
``__class_getitem__`` in the documentation for ``GenericAlias`` objects, but
this does not give sufficient clarity into how the method works. Moreover, it
is the wrong place for that information to be found; the explanation of
``__class_getitem__`` should be in the documentation explaining the data model.
This PR has been split off from GH-29335.
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| extensions | ||
| static | ||
| templates | ||
| rstlint.py | ||
| susp-ignored.csv | ||