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 roippi
Recipients gvanrossum, rhettinger, roippi, serhiy.storchaka
Date 2014-09-05.19:47:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1409946431.42.0.436198554085.issue22192@psf.upfronthosting.co.za>
In-reply-to
Content
Going to close this down - implementing rich comparisons for values() does feel like the correct solution... but I don't think it's possible to implement __eq__ in better than nlogn time (and possibly space).

So nothing can realistically be done, yeah.
History
Date User Action Args
2014-09-05 19:47:11roippisetrecipients: + roippi, gvanrossum, rhettinger, serhiy.storchaka
2014-09-05 19:47:11roippisetmessageid: <1409946431.42.0.436198554085.issue22192@psf.upfronthosting.co.za>
2014-09-05 19:47:11roippilinkissue22192 messages
2014-09-05 19:47:11roippicreate