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

I8 add python3 support #36

Merged
merged 25 commits into from
Nov 4, 2016
Merged

I8 add python3 support #36

merged 25 commits into from
Nov 4, 2016

Conversation

MaxBenChrist
Copy link
Collaborator

No description provided.

MaxBenChrist and others added 25 commits November 1, 2016 18:23
* Changed xrange to range for #8

* Modified csort due to range changing from list to type for #8

* Use assertItemsEqual py2 and assertCountEqual py3
Due to a change in unittest in as identified by @jneuff in
#8 (comment)

Semantically they appear to be the same and this fixes the related failing
tests on Python 3.5 as described in the gist in
#8 (comment)

Adds a basic method to determine python version for now, only committing so that
the new deeper unitest.assertEqual issue that now presents itself can be
addressed.
__dict__ will give iterator for properties
fixes bug #29, features with multiple, but same parameters could end up
with different names
@coveralls
Copy link

Coverage Status

Coverage increased (+0.09%) to 94.85% when pulling 421a6ff on i8_add_python3_support into c3a4a08 on master.

@coveralls
Copy link

coveralls commented Nov 4, 2016

Coverage Status

Coverage increased (+0.09%) to 94.85% when pulling 421a6ff on i8_add_python3_support into c3a4a08 on master.

@MaxBenChrist MaxBenChrist merged commit d10cdd1 into master Nov 4, 2016
@MaxBenChrist MaxBenChrist deleted the i8_add_python3_support branch November 6, 2016 12:22
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.

None yet

3 participants