phihag / ipaddress

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

Avoid using assertRaises as a context manager #38

Closed jdufresne closed 6 years ago

jdufresne commented 6 years ago

It is not compatible with Python 2.6 and causes test failures.

phihag commented 6 years ago

Thanks, merged!