Re: [PATCH] Add missing set methods to tagsets

2020-06-15 Thread David Bremner
Floris Bruynooghe writes: > 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. merged to release and master. d ___

[PATCH] Add missing set methods to tagsets

2020-06-14 Thread Floris Bruynooghe
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 | 21 + bindings/python-cffi/tests/test_tags.p