Serhiy Storchaka added the comment:

I concur with Raymond.

As for supporting the full set() API I thought about making unbound method 
set.union() and friends accepting arbitrary Set objects (or even arbitrary 
iterables), not just set objects, as a first argument. But I didn't investigate 
how this will affect the performance of the set objects.

----------
nosy: +serhiy.storchaka
resolution:  -> rejected
stage:  -> resolved
status: open -> closed

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

Reply via email to