[docs] [issue37051] Glossary item "hashable" incorrect

Josh Rosenberg report at bugs.python.org
Sun May 26 20:56:38 EDT 2019


Josh Rosenberg <shadowranger+python at gmail.com> added the comment:

For that matter, slices are immutable built-ins, but they're not hashable (presumably to avoid silently working with dictionaries in a non-slice capacity).

----------
nosy: +josh.r

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


More information about the docs mailing list