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 <rep...@bugs.python.org>
<http://bugs.python.org/issue26947>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to