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 pitrou
Recipients akira, gvanrossum, josh.r, pitrou, rhettinger, roy.wellington
Date 2014-07-30.00:21:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406679691.27.0.396186079477.issue22089@psf.upfronthosting.co.za>
In-reply-to
Content
This is a bit of a pity, since the named methods are generally more explicit for non-experts than the operators. The ABC could simply define default implementations for those methods to fallback on the operators.

By not providing such default implementations, the ABC makes it harder to write a user class whose API behaves like set's.
History
Date User Action Args
2014-07-30 00:21:31pitrousetrecipients: + pitrou, gvanrossum, rhettinger, akira, josh.r, roy.wellington
2014-07-30 00:21:31pitrousetmessageid: <1406679691.27.0.396186079477.issue22089@psf.upfronthosting.co.za>
2014-07-30 00:21:31pitroulinkissue22089 messages
2014-07-30 00:21:30pitroucreate