]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Remove dns.rdata.choose_relativity(). 437/head
authorBrian Wellington <bwelling@xbill.org>
Tue, 31 Mar 2020 20:45:20 +0000 (13:45 -0700)
committerBrian Wellington <bwelling@xbill.org>
Tue, 31 Mar 2020 20:45:20 +0000 (13:45 -0700)
commite5eaaed31be54c89b52758f8b38f1e05859b2f5f
tree631cce8637479b3407e176228d2e313f3d33d667
parent665f8b0cedbf1a416b29664abd4ba1e1f28a789a
Remove dns.rdata.choose_relativity().

This method changes rdata in place, so prevents rdata from becoming
immutable.  There are no in-tree users, and if there are out of tree
users, they are rate and hard to find.
13 files changed:
dns/rdata.py
dns/rdtypes/ANY/HIP.py
dns/rdtypes/ANY/NSEC.py
dns/rdtypes/ANY/RP.py
dns/rdtypes/ANY/RRSIG.py
dns/rdtypes/ANY/SOA.py
dns/rdtypes/CH/A.py
dns/rdtypes/IN/IPSECKEY.py
dns/rdtypes/IN/NAPTR.py
dns/rdtypes/IN/PX.py
dns/rdtypes/IN/SRV.py
dns/rdtypes/mxbase.py
dns/rdtypes/nsbase.py