[docs] [issue21782] hashable documentation error: shouldn't mention id
R. David Murray
report at bugs.python.org
Mon Jun 16 21:02:06 CEST 2014
R. David Murray added the comment:
The statement is poorly worded. The id() is the *input* to the hash function used to compute the default __hash__. This is a CPython implementation detail, though, so perhaps all mention of it should indeed be dropped.
----------
nosy: +r.david.murray
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21782>
_______________________________________
More information about the docs
mailing list