Raymond Hettinger <rhettin...@users.sourceforge.net> added the comment:

I don't think the set methods can make assumptions about whether instances of 
the Set API can be made frozen.  It is okay to restrict this to just instances 
of "set" where we know its internal structure and know that its elements are 
hashable (see the collections docs for an example of a non-hashable set).

Also, the collections.Set methods are supposed to be minimal.  They are not 
intended to mimic every aspect of regular set objects.

----------
nosy: +rhettinger
resolution:  -> wont fix
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8752>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to