[issue21154] Small fix in 2.7.6 lang ref

2014-04-04 Thread Armin Rigo

New submission from Armin Rigo:

The docs still say that the default __hash__() is equal to id(), but that's not 
the case since Python 2.7.

--
assignee: docs@python
components: Documentation
files: lang-ref-fix.diff
keywords: patch
messages: 215517
nosy: arigo, docs@python
priority: normal
severity: normal
status: open
title: Small fix in 2.7.6 lang ref
versions: Python 2.7
Added file: http://bugs.python.org/file34723/lang-ref-fix.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21154
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21154] Small fix in 2.7.6 lang ref

2014-04-04 Thread Roundup Robot

Roundup Robot added the comment:

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

--
nosy: +python-dev
resolution:  - fixed
stage:  - committed/rejected
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21154
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com