You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The extension source directory was moved to prevent an ImportWarning
when importing the module on Python 2 with -Wdefault set. Reported by
David Szotten and Craig de Stigter. GitHub #31.
The get method now accepts ipaddress.IPv4Address and ipaddress.IPv6Address objects in addition to strings. This works with
both the pure Python implementation as well as the extension. Based on a
pull request #48 by Eric Pruitt. GitHub #50.
A new method, get_with_prefix_len, was added. This method returns a
tuple containing the record and the prefix length.