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 serhiy.storchaka
Recipients gvanrossum, rhettinger, roippi, serhiy.storchaka
Date 2014-08-15.18:24:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <2052441.EPa0Rcmlnc@raxxla>
In-reply-to <1408124053.43.0.0856287688761.issue22192@psf.upfronthosting.co.za>
Content
> I think just a a.keys() == set(a.keys()), a.values() should be ==
> set(a.values()).

Every element of a.keys() is hashable and unique. a.values() can contain non-
hashable repeated elements.
History
Date User Action Args
2014-08-15 18:24:28serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, rhettinger, roippi
2014-08-15 18:24:28serhiy.storchakalinkissue22192 messages
2014-08-15 18:24:28serhiy.storchakacreate