]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] 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 16:41:01 +0000 (18:41 +0200)
committerGitHub <noreply@github.com>
Mon, 23 Sep 2024 16:41:01 +0000 (16:41 +0000)
commitdd2066f27410f593b064636f017b152712847ee6
treefe1d1bb7ab48fd3f833a740d4b658f2b6f12140d
parent533b06c1184b032a90b3fb11497bd80b91f85485
[3.12] Replace the term `Immutable` with a `Hashable` in the `sequence` entry of the Glossary (GH-124350) (#124353)

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