]> git.notmuchmail.org Git - notmuch/commit
Add missing set methods to tagsets
authorFloris Bruynooghe <flub@devork.be>
Sun, 14 Jun 2020 18:33:55 +0000 (20:33 +0200)
committerDavid Bremner <david@tethera.net>
Mon, 15 Jun 2020 10:14:11 +0000 (07:14 -0300)
commita00f3a1f7a646d9834a5de57a29cf3e900dbdcdf
treed6ae4d86a64ed4c1dd36f05362196daebee88781
parent963e363a234f1c8bdf1ae68956f80a2538bee7dc
Add missing set methods to tagsets

Even though we use collections.abc.Set which implements all these
methods under their operator names, the actual named variations of
these methods are shockingly missing.  So let's add them manually.
bindings/python-cffi/notmuch2/_tags.py
bindings/python-cffi/tests/test_tags.py