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 Devin Jeanpierre
Recipients Devin Jeanpierre
Date 2015-01-04.07:57:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420358236.89.0.629550370238.issue23161@psf.upfronthosting.co.za>
In-reply-to
Content
>>> set(dir(set)) - set(dir(collections.abc.MutableSet))
{'copy', 'update', '__rsub__', 'union', 'issubset', 'intersection', 'issuperset', '__rxor__', 'difference', 'symmetric_difference', 'difference_update', '__rand__', 'intersection_update', 'symmetric_difference_update', '__ror__'}

Most of these should be implemented on MutableSet rather than subclasses.
History
Date User Action Args
2015-01-04 07:57:16Devin Jeanpierresetrecipients: + Devin Jeanpierre
2015-01-04 07:57:16Devin Jeanpierresetmessageid: <1420358236.89.0.629550370238.issue23161@psf.upfronthosting.co.za>
2015-01-04 07:57:16Devin Jeanpierrelinkissue23161 messages
2015-01-04 07:57:16Devin Jeanpierrecreate