]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[doc] bpo-45680: Disambiguate ``__getitem__`` and ``__class_getitem__`` in the data...
authorAlex Waygood <Alex.Waygood@Gmail.com>
Thu, 18 Nov 2021 15:54:25 +0000 (15:54 +0000)
committerGitHub <noreply@github.com>
Thu, 18 Nov 2021 15:54:25 +0000 (16:54 +0100)
commit31b3a70edb1216bdc8fab3b2eafd8ddb00487f41
tree1f1e895daf1adea321aea211cc421633dfe42e21
parentc94664c262bddbff4604795d46ecd0935402df8e
[doc] bpo-45680: Disambiguate ``__getitem__`` and ``__class_getitem__`` in the  data model (GH-29389)

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.
Doc/library/typing.rst
Doc/reference/datamodel.rst