]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Canonicalize IPV4 and IPv6 address text form in rdata. (#1013)
authorBob Halley <halley@dnspython.org>
Thu, 16 Nov 2023 00:47:52 +0000 (16:47 -0800)
committerGitHub <noreply@github.com>
Thu, 16 Nov 2023 00:47:52 +0000 (16:47 -0800)
commitcbb39a95dcf6caec9b85853b9b0ccd783ebc300e
tree2df76ce8d090927f353fca59b3ad70c462eb4050
parent12ac37ce148efdc4a2ace8c7e1f416bd5453c2e6
Canonicalize IPV4 and IPv6 address text form in rdata. (#1013)
dns/inet.py
dns/ipv4.py
dns/ipv6.py
dns/rdata.py
tests/example1.good
tests/example2.good
tests/example3.good
tests/example4.good
tests/test_ntoaaton.py