]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Fix #698 and #702, problems caused by _cmp() giving the wrong
authorBob Halley <halley@dnspython.org>
Sun, 10 Oct 2021 23:53:26 +0000 (16:53 -0700)
committerBob Halley <halley@dnspython.org>
Mon, 11 Oct 2021 22:01:03 +0000 (15:01 -0700)
commit51a96a2e2c80aaf81229ce01e3f74a15d67f7ef9
tree447763f681c750dfe6cfc3250192b2ccde38435d
parent380846b2d6b550963d3e117f15abf8da26d18505
Fix #698 and #702, problems caused by _cmp() giving the wrong
result in certain comparisons of rdata with relative and absolute
names.
dns/message.py
dns/rdata.py
dns/zone.py
tests/test_rdata.py
tests/test_zonedigest.py