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 Kenji Asuka (Asuka Kenji)
Recipients Kenji Asuka (Asuka Kenji)
Date 2017-10-11.07:52:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507708364.07.0.213398074469.issue31755@psf.upfronthosting.co.za>
In-reply-to
Content
'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.
History
Date User Action Args
2017-10-11 07:52:44Kenji Asuka (Asuka Kenji)setrecipients: + Kenji Asuka (Asuka Kenji)
2017-10-11 07:52:44Kenji Asuka (Asuka Kenji)setmessageid: <1507708364.07.0.213398074469.issue31755@psf.upfronthosting.co.za>
2017-10-11 07:52:44Kenji Asuka (Asuka Kenji)linkissue31755 messages
2017-10-11 07:52:43Kenji Asuka (Asuka Kenji)create