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 jonrsharpe
Recipients docs@python, eric.araujo, ethan.furman, ezio.melotti, georg.brandl, jonrsharpe
Date 2015-04-17.10:08:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429265330.6.0.656689045008.issue23987@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think it's as simple as linking to the hashable definition. The "equivalent expression" is simply wrong for dict/set/frozenset, as those types check hash equality, not identity.
History
Date User Action Args
2015-04-17 10:08:50jonrsharpesetrecipients: + jonrsharpe, georg.brandl, ezio.melotti, eric.araujo, docs@python, ethan.furman
2015-04-17 10:08:50jonrsharpesetmessageid: <1429265330.6.0.656689045008.issue23987@psf.upfronthosting.co.za>
2015-04-17 10:08:50jonrsharpelinkissue23987 messages
2015-04-17 10:08:50jonrsharpecreate