]> git.ipfire.org Git - thirdparty/dnspython.git/commit
The IPv4 and IPv6 inet_ntoa() functions were returning binary
authorBob Halley <halley@dnspython.org>
Mon, 2 Jan 2017 14:41:05 +0000 (06:41 -0800)
committerBob Halley <halley@dnspython.org>
Mon, 2 Jan 2017 14:41:05 +0000 (06:41 -0800)
commit8d8bdd395d1806d03ea6c8f3ad9f0a7c6b27a0c8
tree8812dc0b675225873cf6b4ae163c617e50c1c101
parent6b5875748264b2fbd740185cf26b4be0bafd0f37
The IPv4 and IPv6 inet_ntoa() functions were returning binary
instead of text, a Py2/Py3 merge bug.
ChangeLog
dns/ipv4.py
dns/ipv6.py
dns/rdtypes/IN/A.py
tests/test_edns.py
tests/test_name.py
tests/test_ntoaaton.py