New submission from Batuhan Taskaya <isidenti...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue42348>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to