Comment 10 for bug 990775

Revision history for this message
Scott Kitterman (kitterman) wrote :

Released py3dns 3.0.3 which restores raw bytes as the IPv6 return type.

Working on a 3.1 that will have the API to select among the following choices for IP addresses:

default (match pydns - text for IPv4/raw bytes for IPv6)
binary (raw bytes (type bytes in python3 or a string of bytes in python (also default for IPv6))
text (human readable text representation of type string (also default for IPv4)
integer ( the integer value of the IP address)

txt rdata will default to text (same as pydns) with these options available:
binary
text

Are there more options that should go in?