[Python-ideas] Add MutableSet.update?
Lucas Wiman
lucas.wiman at gmail.com
Fri Mar 9 19:48:26 EST 2018
I was trying to use `collections.abc.MutableSet` today, and noticed that it
does not define an `update` method. This is a very useful method that is
present on the builtin `set` class, and seems to fit naturally with the
other methods.
Was omitting this method intentional?
Thanks & best wishes,
Lucas Wiman
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20180309/edc7bfd8/attachment.html>
More information about the Python-ideas
mailing list