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 r.david.murray
Recipients ThiefMaster, r.david.murray
Date 2015-01-28.14:42:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422456176.97.0.0766250975362.issue23339@psf.upfronthosting.co.za>
In-reply-to
Content
values cannot be a set, since unlike keys it may contain unhashable objects.  It would be...really strange and contrary to Python's philosophy to have the validity of an operation depend on the specific data values in a structure rather than its type.  Python is a strongly typed language.
History
Date User Action Args
2015-01-28 14:42:57r.david.murraysetrecipients: + r.david.murray, ThiefMaster
2015-01-28 14:42:56r.david.murraysetmessageid: <1422456176.97.0.0766250975362.issue23339@psf.upfronthosting.co.za>
2015-01-28 14:42:56r.david.murraylinkissue23339 messages
2015-01-28 14:42:56r.david.murraycreate