]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Implement dns.set.Set.symmetric_difference() Support. 765/head
authorJoshua M. Keyes <joshua.michael.keyes@gmail.com>
Sat, 22 Jan 2022 02:29:32 +0000 (18:29 -0800)
committerJoshua M. Keyes <joshua.michael.keyes@gmail.com>
Sat, 22 Jan 2022 03:32:33 +0000 (19:32 -0800)
commit903ecff93df2d5836d5051a6ee1ee317c7c459d6
treea98142cde1ce85c14be01e81d97fa2ae544b7015
parentecdc63b866856d7a38f73484722226f29b95224f
Implement dns.set.Set.symmetric_difference() Support.
dns/rdataset.py
dns/set.py
tests/test_set.py