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

Add support for Python v2 compatibility #50

Open
cmlccie opened this issue Oct 26, 2016 · 1 comment
Open

Add support for Python v2 compatibility #50

cmlccie opened this issue Oct 26, 2016 · 1 comment

Comments

@cmlccie
Copy link

cmlccie commented Oct 26, 2016

For API reference libraries like this, to aid in adoption, it is very helpful if the package can be written to provide compatibility for both Python v2 and v3.

Having just gone through this process (taking a v2 package that I authored, and adding support for v3) sometimes the needed changes are trivial and sometimes they are easy. Based only on a quick look at the package's code and dependencies, this may not be to intensive of an update if leveraging some of the tools and packages that have been created to assist with efforts like these.

conversion assistance script...
pasteurize: Py3 to Py2/3

Packages:

@ameyspatil
Copy link
Contributor

Thanks Chris.
I realize that there is still a huge community who have not yet upgraded to python 3.

I will take a look at the packages recommended and see what I can do. :)

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

No branches or pull requests

2 participants