[New-bugs-announce] [issue42348] Language Reference: Set items

Batuhan Taskaya report at bugs.python.org
Fri Nov 13 10:38:16 EST 2020


New submission from Batuhan Taskaya <isidentical at gmail.com>:

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?

----------
messages: 380901
nosy: BTaskaya
priority: normal
severity: normal
status: open
title: Language Reference: Set items

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42348>
_______________________________________


More information about the New-bugs-announce mailing list