Roundup Robot added the comment:
New changeset 0f146020d8e9 by Senthil Kumaran in branch '3.2':
closes issue14257 - Grammatical fix
http://hg.python.org/cpython/rev/0f146020d8e9
New changeset c5833f277258 by Senthil Kumaran in branch 'default':
closes issue14257 - Grammatical fix
http://hg.pyth
Chris Rebert added the comment:
I regret to inform you that those changes made the sentence in question
ungrammatical. Removing the word "method" will make it grammatical again (as
originally suggested).
--
resolution: fixed ->
status: closed -> open
Roundup Robot added the comment:
New changeset f0a5f39615c8 by Senthil Kumaran in branch '2.7':
closes issue14257 minor error in glossary wording regarding __hash__
http://hg.python.org/cpython/rev/f0a5f39615c8
New changeset 3f15c069454d by Senthil Kumaran in branch '3.2'
New submission from Chris Rebert :
The entry for "dictionary" reads in part:
[...] The keys can be any object with __hash__() function and __eq__()
methods. [...]
__hash__() is a method, not a function (well, it's a "hash function" in the
computer science sense, but it's still confusing ev