-
Notifications
You must be signed in to change notification settings - Fork 768
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
Python3 #88
Merged
Merged
Python3 #88
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A smart connect test and fixture to validate that the SmartConnect class is behaving properly. partial: vmware#42
Turn on travis testing for Python 3. partial: vmware#55
We can now safely remove these imports. partial: vmware#55
Use absolute import from the __future__ module to prepare the library for use in python 3 partial: vmware#55
Moves Iso8601 to using the print_function. NOTE(should not use print at all here) partial: vmware#55
Fixes for Python 3 with 2to3 partial vmware#55
Changes exception statements to match python 3 style partial: vmware#55
A minimal change set to deal with unicode modules and methods between python2 and python3. A deeper reworking of the unicode components is very likely called for, however, this change should get the library working on python3. partial: vmware#55
remove all old style string formatting from Soapadapter.py and move to .format() syntax for python 3 compatibility partial vmware#55
Travis CI configuration tweaks for python3 support partial: vmware#55
Code change to unit tests for python3. partial: vmware#55
Using the six library we make version neutral API calls to dictionary methods and to unicode methods. partial: vmware#55
Includes support for Python versions 2.6, 2.7, 3.3, and 3.4 verified by unit testing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Python 3 work includes testing support.
closes: #55