[New-bugs-announce] [issue37051] Glossary item "hashable" incorrect

John Riehl report at bugs.python.org
Sat May 25 17:10:53 EDT 2019


New submission from John Riehl <john.riehl at outlook.com>:

The entry in the glossary for "hashable" (https://docs.python.org/3/glossary.html#term-hashable) states "All of Python’s immutable built-in objects are hashable." Tuples are described as immutable sequence types (https://docs.python.org/3/library/stdtypes.html#immutable-sequence-types), but they are not hashable unless all of their elements are hashable. Suggest updating the glossary to reflect this.

----------
assignee: docs at python
components: Documentation
messages: 343514
nosy: docs at python, john.riehl
priority: normal
severity: normal
status: open
title: Glossary item "hashable" incorrect
type: behavior
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37051>
_______________________________________


More information about the New-bugs-announce mailing list