]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-111622: Fix doc for items views (GH-112051) (#112052)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 14 Nov 2023 09:38:19 +0000 (10:38 +0100)
committerGitHub <noreply@github.com>
Tue, 14 Nov 2023 09:38:19 +0000 (04:38 -0500)
commit18b88fecc9ddae7924a161c247c977412f177a51
treeaad4f5190e27b1eee0c792c6f0a7b9f9fdfc9b66
parentd34650e7409b6a7cc64d7a118e4500c2f3cdbcf3
[3.12] gh-111622: Fix doc for items views (GH-112051) (#112052)

They are set-like even when some values are not hashable,
but work even better when all are.
(cherry picked from commit e31d65e0b7bb6d6fee4e8df54e10976b4cfab1de)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Doc/library/stdtypes.rst