Skip to content
New issue

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

Why this is only for python 3.3+ #41

Closed
PsyanticY opened this issue May 12, 2018 · 2 comments
Closed

Why this is only for python 3.3+ #41

PsyanticY opened this issue May 12, 2018 · 2 comments

Comments

@PsyanticY
Copy link

PsyanticY commented May 12, 2018

why this is just for python 3.3+ ? I installed it on python 3.6 and it seems to work fine?

@phihag
Copy link
Owner

phihag commented May 12, 2018

This project is a backport of the ipaddress package in the Python standard library, aimed at Python 2.6, Python 2.7, and Python 3.2. Basically, I took the code from the Python 3.3+ ipaddress package and adapted it to older versions of Python.

If you have Python 3.3 or newer (for instance, Python 3.6), ipaddress is already available in the standard library and there is no point in installing this backport.

I don't actively break support for 3.6 and the like, but the version in the standard library will work at least as good as this backport. By the way, 3.3+ means 3.3 or any newer version, e.g. 3.4, 3.5, 3.6, 4.0.

@phihag phihag closed this as completed May 12, 2018
@PsyanticY
Copy link
Author

@phihag Thanks for the clarification.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants