-
Notifications
You must be signed in to change notification settings - Fork 11
[PoC] add support for Python 3 #32
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
base: master
Are you sure you want to change the base?
Conversation
It seems that no one has the write access to this repository now. |
@avg-I omg... I saw that you had bumped up on your repository. Do you have a plan to publish it on PyPI with renaming module name? |
Yes, I am planning to do that. |
Nice work here! Any future plans to finish the python 3 port? |
@kippandrew I'll start porting again in late September. |
Did this python 3 port ever get finished? Is it available via PyPI as the same, or a different module name? If it's defunct, is there a different module that is a better option now? |
This library is now a part of OpenZFS fka ZoL. |
I'm trying to add Python 3 support to pyzfs with future module, it has still supported Python 2.7.
Suppose that doing this, is this method (porting with future module) suitable? or adding a sparse compatibility layer?
Progress
... etc ...
Tests
Linux
Python 2.7
Python 3.6