Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@ritwickdsouza @edoput, I found out how to reproduce the issue:
pip uninstall py2-ipaddress -y pip install https://github.com/phihag/ipaddress/tarball/master
Run the tests with that version of the library and tests will fail on python2.
Currently looking for a fix, this bug is causing problems downstream.
The text was updated successfully, but these errors were encountered:
[python2] Fixed py2-ipaddress related unicode bug #97
61801a1
For some strange reason this bug popped out of the blue. Apparently arguments passed to the ipaddress library must be unicode strings. No idea why this didn't come up earlier. Closes #97
No branches or pull requests
@ritwickdsouza @edoput, I found out how to reproduce the issue:
Run the tests with that version of the library and tests will fail on python2.
Currently looking for a fix, this bug is causing problems downstream.
The text was updated successfully, but these errors were encountered: