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 max
Recipients docs@python, max
Date 2017-04-09.16:25:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491755143.45.0.958313626576.issue30026@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, this should be just a documentation issue.

I just realized that __eq__ = None isn't correct anyway, so instead we should just document that Hashable cannot check for __eq__ and that explicitly deriving from Hashable suppresses hashability.
History
Date User Action Args
2017-04-09 16:25:43maxsetrecipients: + max, docs@python
2017-04-09 16:25:43maxsetmessageid: <1491755143.45.0.958313626576.issue30026@psf.upfronthosting.co.za>
2017-04-09 16:25:43maxlinkissue30026 messages
2017-04-09 16:25:43maxcreate