<div dir="ltr">Yes, you can use the |= operator instead.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Mar 9, 2018 at 4:48 PM, Lucas Wiman <span dir="ltr"><<a href="mailto:lucas.wiman@gmail.com" target="_blank">lucas.wiman@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>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.<br><br></div>Was omitting this method intentional?<br><br></div>Thanks & best wishes,<br></div>Lucas Wiman<br></div>
<br>______________________________<wbr>_________________<br>
Python-ideas mailing list<br>
<a href="mailto:Python-ideas@python.org">Python-ideas@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-ideas" rel="noreferrer" target="_blank">https://mail.python.org/<wbr>mailman/listinfo/python-ideas</a><br>
Code of Conduct: <a href="http://python.org/psf/codeofconduct/" rel="noreferrer" target="_blank">http://python.org/psf/<wbr>codeofconduct/</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">--Guido van Rossum (<a href="http://python.org/~guido" target="_blank">python.org/~guido</a>)</div>
</div>