Serhiy Storchaka added the comment:

> 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22192>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to