Kenji Asuka (Asuka Kenji) <asukake...@gmail.com> added the comment: 'set' is a built-in type, and should belong to one of the types in the 'types' module. However, in the latest 2.7 implementations, none of the names matches the 'set' type.
Like 'list' and 'dict', I suppose there should be a name 'SetType' in the 'types' module. However, I guess it was forgotten to be created when the '{x: y}' syntax was introduced. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue31755> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com