]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Add Tokenizer.concatenate_remaining_identifiers()
authorBrian Wellington <bwelling@xbill.org>
Tue, 30 Jun 2020 23:35:20 +0000 (16:35 -0700)
committerBrian Wellington <bwelling@xbill.org>
Tue, 30 Jun 2020 23:35:20 +0000 (16:35 -0700)
commit7c0accbb5412d4065446543077ab625daf9749af
tree949b8a78e803b8501cf3e0e25b5ca49bffdb9690
parent8cfbca6a255a64f127c58034bbd32189a9cb5af4
Add Tokenizer.concatenate_remaining_identifiers()

Replace identical code duplicated in a number of rdatatype
implementations that concatenated all of the remaining tokens in order
to decode them.
dns/rdtypes/ANY/CERT.py
dns/rdtypes/ANY/OPENPGPKEY.py
dns/rdtypes/ANY/RRSIG.py
dns/rdtypes/ANY/SSHFP.py
dns/rdtypes/ANY/TLSA.py
dns/rdtypes/IN/DHCID.py
dns/rdtypes/IN/IPSECKEY.py
dns/rdtypes/dnskeybase.py
dns/rdtypes/dsbase.py
dns/tokenizer.py