[New-bugs-announce] [issue23161] collections.abc.MutableSet missing methods

Devin Jeanpierre report at bugs.python.org
Sun Jan 4 08:57:16 CET 2015


New submission from Devin Jeanpierre:

>>> 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.

----------
messages: 233398
nosy: Devin Jeanpierre
priority: normal
severity: normal
status: open
title: collections.abc.MutableSet missing methods
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23161>
_______________________________________


More information about the New-bugs-announce mailing list