We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aecc68 commit d95b236Copy full SHA for d95b236
HISTORY.rst
@@ -10,6 +10,10 @@ History
10
* The extension source directory was moved to prevent an ``ImportWarning``
11
when importing the module on Python 2 with ``-Wdefault`` set. Reported by
12
David Szotten and Craig de Stigter. GitHub #31.
13
+* The ``get`` method now accepts ``ipaddress.IPv4Address`` and
14
+ ``ipaddress.IPv6Address`` objects in addition to strings. This works with
15
+ both the pure Python implementation as well as the extension. Based on a
16
+ pull request #48 by Eric Pruitt. GitHub #50.
17
18
1.4.1 (2018-06-22)
19
++++++++++++++++++
0 commit comments