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

Fix py3 support in encode_property for integer types #33

Closed
wants to merge 1 commit into from
Closed

Fix py3 support in encode_property for integer types #33

wants to merge 1 commit into from

Conversation

JacobHayes
Copy link

encode_property checks for long types, which were removed in py3. This leverages six.integer_types in isinstance instead.

@JacobHayes
Copy link
Author

Oops, dup of #32

@JacobHayes JacobHayes closed this Jun 29, 2017
@sgillies sgillies mentioned this pull request Jun 30, 2017
@JacobHayes JacobHayes deleted the fix-py3-long branch July 6, 2017 01:24
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

1 participant