diff options
author | Alex Waygood <Alex.Waygood@Gmail.com> | 2021-11-18 15:54:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-18 16:54:25 +0100 |
commit | 31b3a70edb1216bdc8fab3b2eafd8ddb00487f41 (patch) | |
tree | 1f1e895daf1adea321aea211cc421633dfe42e21 /Python/fileutils.c | |
parent | c94664c262bddbff4604795d46ecd0935402df8e (diff) | |
download | cpython-git-31b3a70edb1216bdc8fab3b2eafd8ddb00487f41.tar.gz |
[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.
Diffstat (limited to 'Python/fileutils.c')
0 files changed, 0 insertions, 0 deletions