[docs] [issue26947] Hashable documentation improvement needed

Martin Panter report at bugs.python.org
Sat Apr 1 19:13:50 EDT 2017


Martin Panter added the comment:

The pull request currently suggests “All of Python’s immutable built-in objects are hashable; mutable containers (such as lists or dictionaries) are not.” This seems better wording than the original.

FWIW, I would have tried “Python’s built-in immutable objects are hashable, while mutable containers (such as lists and dictionaries) are not hashable.”

----------
nosy: +martin.panter
title: Documentation improvement needed -> Hashable documentation improvement needed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26947>
_______________________________________


More information about the docs mailing list