This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients bup, rhettinger, serhiy.storchaka
Date 2017-09-23.22:05:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506204329.35.0.308987306888.issue31563@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-09-23 22:05:29serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, bup
2017-09-23 22:05:29serhiy.storchakasetmessageid: <1506204329.35.0.308987306888.issue31563@psf.upfronthosting.co.za>
2017-09-23 22:05:29serhiy.storchakalinkissue31563 messages
2017-09-23 22:05:29serhiy.storchakacreate