]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] Replace the term `Immutable` with a `Hashable` in the `sequence` entry of...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 23 Sep 2024 22:46:35 +0000 (00:46 +0200)
committerGitHub <noreply@github.com>
Mon, 23 Sep 2024 22:46:35 +0000 (15:46 -0700)
commit12ae55ecb7e6cfb00ceca769dd0a15c23390ce48
treed1b8f1868a084398bf86c05a1ad3b3fab601b816
parentc0ce0399fd3f35c63280a0d048819d345e3a403d
[3.13] Replace the term `Immutable` with a `Hashable` in the `sequence` entry of the Glossary (GH-124350) (#124352)

Replace the term `Immutable` with a `Hashable` in the `sequence` entry of the Glossary (GH-124350)

The term `Immutable` in the `sequence` entry of the glossary is used incorrectly, in fact dicts accepts hashable keys, which is not the same as immutable.
(cherry picked from commit 6203ef35dd4ee9dd59759ce83eace8eacac69685)

Co-authored-by: decorator-factory <42166884+decorator-factory@users.noreply.github.com>
Doc/glossary.rst