This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author john.riehl
Recipients docs@python, john.riehl
Date 2019-05-25.21:10:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558818653.08.0.592312048855.issue37051@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-05-25 21:10:53john.riehlsetrecipients: + john.riehl, docs@python
2019-05-25 21:10:53john.riehlsetmessageid: <1558818653.08.0.592312048855.issue37051@roundup.psfhosted.org>
2019-05-25 21:10:53john.riehllinkissue37051 messages
2019-05-25 21:10:52john.riehlcreate