Closed tarkatronic closed 8 years ago
@phihag It appears that flake8 dropped support for Python 2.6 as of v3.0.0, causing that test run to fail in Travis. Aside from that, all tests are passing.
Thanks for the PR, but manual changes are unneeded here. To update ipaddress, you can copy the version from Python's hg repo into the upstream branch here, and merge it in.
I did just that and released 1.0.17 where the problem has been fixed.
Fixes #25 by applying the patch made to upstream