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

Python3 #88

Merged
merged 16 commits into from
Jul 28, 2014
Merged

Python3 #88

merged 16 commits into from
Jul 28, 2014

Conversation

hartsock
Copy link
Member

Python 3 work includes testing support.

closes: #55

hartsock and others added 16 commits July 23, 2014 17:53
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
migrate from urllib2 to requests in the connect.py module. starting to
fix issue vmware#13

partial: vmware#55

see also: vmware#66
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
This was referenced Jul 28, 2014
Closed
hartsock pushed a commit that referenced this pull request Jul 28, 2014
@hartsock hartsock merged commit d3f819e into vmware:python3 Jul 28, 2014
@hartsock
Copy link
Member Author

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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants