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 rhettinger
Recipients akira, josh.r, rhettinger, roy.wellington
Date 2014-07-30.00:16:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406679407.52.0.284277263969.issue22089@psf.upfronthosting.co.za>
In-reply-to
Content
The starting point for this feature request should be recognizing that Guido intentionally chose to not implement the named methods.

Excerpt from PEP 3119:

"This also supports the in-place mutating operations |=, &=, ^=, -=. These are concrete methods whose right operand can be an arbitrary Iterable, except for &=, whose right operand must be a Container. This ABC does not provide the named methods present on the built-in concrete set type that perform (almost) the same operations."
History
Date User Action Args
2014-07-30 00:16:47rhettingersetrecipients: + rhettinger, akira, josh.r, roy.wellington
2014-07-30 00:16:47rhettingersetmessageid: <1406679407.52.0.284277263969.issue22089@psf.upfronthosting.co.za>
2014-07-30 00:16:47rhettingerlinkissue22089 messages
2014-07-30 00:16:46rhettingercreate