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.

Author ethan.furman
Recipients Arfrever, cvrebert, docs@python, eric.araujo, ethan.furman, ncoghlan, python-dev, r.david.murray
Date 2012-09-11.18:01:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <504F802A.30002@stoneleaf.us>
In-reply-to <504F7F73.3070707@stoneleaf.us>
Content
Ethan Furman wrote:
> Ethan Furman added the comment:
> 
> R. David Murray wrote:
>> I rewrote the section a bit differently than you did in your patch...if you think my changes are not an improvement please let me know.
> 
> This line is incorrect:
> 
> A class which defines its own :meth:`__hash__` that explicitly raises a 
> :exc:`TypeError` would be incorrectly identified as hashable by an 
> ``isinstance(obj, collections.Hashable)`` call.
> 
> It should be "would not be correctly identified as hashable".
> 
> Otherwise, looks great.

Argh.  Nevermind!  It all looks good.  :)
History
Date User Action Args
2012-09-11 18:01:01ethan.furmansetrecipients: + ethan.furman, ncoghlan, eric.araujo, Arfrever, r.david.murray, cvrebert, docs@python, python-dev
2012-09-11 18:01:00ethan.furmanlinkissue14617 messages
2012-09-11 18:01:00ethan.furmancreate