]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Pass kw from dns.rdata.to_text to _hexify and _base64ify 617/head
authorPeter Thomassen <peter@desec.io>
Tue, 29 Dec 2020 17:25:22 +0000 (18:25 +0100)
committerPeter Thomassen <peter@desec.io>
Tue, 5 Jan 2021 00:29:09 +0000 (01:29 +0100)
commit1a8865312998453432f4ccbd12e1fe6bed34358b
treec8ea4781030f1d9cd91695224ec87a4583995d7a
parent692e915307692f5f207b628005eeb73c69e2fb34
Pass kw from dns.rdata.to_text to _hexify and _base64ify
12 files changed:
dns/rdata.py
dns/rdtypes/ANY/CERT.py
dns/rdtypes/ANY/OPENPGPKEY.py
dns/rdtypes/ANY/RRSIG.py
dns/rdtypes/ANY/SSHFP.py
dns/rdtypes/IN/DHCID.py
dns/rdtypes/IN/IPSECKEY.py
dns/rdtypes/dnskeybase.py
dns/rdtypes/dsbase.py
dns/rdtypes/euibase.py
dns/rdtypes/tlsabase.py
tests/test_rdata.py