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 to python3 #8

Open
GoogleCodeExporter opened this issue Apr 14, 2015 · 7 comments
Open

Add support to python3 #8

GoogleCodeExporter opened this issue Apr 14, 2015 · 7 comments

Comments

@GoogleCodeExporter
Copy link

Fist make the python 2.X version as compatible as possible with python 3 (e.g. 
by modifying ZSI's object types comparisons with the isinstance built-in)

Then run 2to3 and add the necessary fixes

Original issue reported on code.google.com by argo...@gmail.com on 21 Mar 2012 at 5:35

@GoogleCodeExporter
Copy link
Author

in r64: Some enhancements as a start to make the code python 3 compatible

Removed unused imports (in ZSI)
Removed dead code from ZSI

First changes to make pysphere python3 compatible:
 * replaced ZSI types verifications from type() to isinstance()
 * replaced dictionary calls to has_key() for "key in d"

Original comment by argo...@gmail.com on 26 Mar 2012 at 6:54

@GoogleCodeExporter
Copy link
Author

Any update on when a python 3 version would be available?

Original comment by mjst...@gmail.com on 7 Jun 2012 at 9:00

@GoogleCodeExporter
Copy link
Author

Any information on the Python 3 support? Or maybe there has been some 
development done on "THE" python vsphere library...

Original comment by ad...@vbridges.com on 15 Aug 2013 at 7:19

@GoogleCodeExporter
Copy link
Author

I think we should support python 2.7.9 and python 3.4.2.. that is better

Original comment by zhaobin...@gmail.com on 25 Dec 2014 at 3:02

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

Is a python 3.4 compatible version of pysphere available ? Any update on this 
would be of great help. We are working with Python 3.4 and cannot go back to 
Python 2.7. 

Original comment by vijaysum...@gmail.com on 14 Apr 2015 at 6:39

@machalekj
Copy link

I tried to port pysphere for Python 3. Current version is in this branch. Please note that this version is not backward compatible with Python 2.

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