phihag / ipaddress

Python 3.3+'s ipaddress for older Python versions
Other
105 stars 53 forks source link

Apply the patch from https://hg.python.org/cpython/rev/6d6c0a7b71f5 #26

Closed tarkatronic closed 8 years ago

tarkatronic commented 8 years ago

Fixes #25 by applying the patch made to upstream

tarkatronic commented 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.

phihag commented 8 years ago

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.