STINNER Victor added the comment:
It is really a set ;-) It's just that set representation is close to dict
representation.
$ python3
>>> set((1, 2, 3))
{1, 2, 3}
>>> {'key': 3}
{'key': 3}
----------
nosy: +haypo
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue24742>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com