]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
docs: correct outdated MappingProxyType docstrings (#30281)
authorJoshua Bronson <jabronson@gmail.com>
Wed, 19 Jan 2022 21:20:43 +0000 (16:20 -0500)
committerGitHub <noreply@github.com>
Wed, 19 Jan 2022 21:20:43 +0000 (13:20 -0800)
commit2d10fa9bc4cf83c5e5dd73decc9a138d6d247374
tree148ba434cfc430c93ca9cf60dc2853872369883c
parentd45cd2d20770f72a000ba6dfa9ac88dd49423c27
docs: correct outdated MappingProxyType docstrings (#30281)

The docstrings for MappingProxyType's keys(), values(), and items()
methods were never updated to reflect the changes that Python 3 brought
to these APIs, namely returning views rather than lists.
Objects/descrobject.c