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 BTaskaya
Recipients BTaskaya
Date 2020-11-13.15:38:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605281896.65.0.701198414223.issue42348@roundup.psfhosted.org>
In-reply-to
Content
The data types section of the language reference (https://docs.python.org/3.10/reference/datamodel.html#the-standard-type-hierarchy) has this description directly under the Set type (which has 2 childs, set and frozenset). 

> These represent unordered, finite sets of unique, immutable objects.

I feel like this wording is a bit confusing, considering the items doesn't have to be immutable at all. Can we replace this with hashable?
History
Date User Action Args
2020-11-13 15:38:16BTaskayasetrecipients: + BTaskaya
2020-11-13 15:38:16BTaskayasetmessageid: <1605281896.65.0.701198414223.issue42348@roundup.psfhosted.org>
2020-11-13 15:38:16BTaskayalinkissue42348 messages
2020-11-13 15:38:16BTaskayacreate