[issue8743] set() operators don't work with collections.Set instances

Raymond Hettinger report at bugs.python.org
Tue Sep 21 01:37:01 CEST 2010


Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:

After discussion on IRC, have decided to make the Set ABC more closely match setobject.c by loosening setobject.c binary operations to accept any Iterable rather than any just a set/frozenset.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8743>
_______________________________________


More information about the Python-bugs-list mailing list