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.

classification
Title: Small fix in 2.7.6 lang ref
Type: Stage: resolved
Components: Documentation Versions: Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: arigo, docs@python, python-dev
Priority: normal Keywords: patch

Created on 2014-04-04 13:00 by arigo, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
lang-ref-fix.diff arigo, 2014-04-04 13:00 review
Messages (2)
msg215517 - (view) Author: Armin Rigo (arigo) * (Python committer) Date: 2014-04-04 13:00
The docs still say that the default __hash__() is equal to id(), but that's not the case since Python 2.7.
msg215523 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-04-04 13:59
New changeset 6809b434752a by Benjamin Peterson in branch '2.7':
note that the hash of an arbitrary object is only derived from its address (closes #21154)
http://hg.python.org/cpython/rev/6809b434752a
History
Date User Action Args
2022-04-11 14:58:01adminsetgithub: 65353
2014-04-04 13:59:56python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg215523

resolution: fixed
stage: resolved
2014-04-04 13:00:03arigocreate