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

Allow python3 encode/decodes #70

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

daubers
Copy link

@daubers daubers commented Dec 19, 2016

This was stopping me from using this on a py3 only system. A simple check to see if the message is a python 3 byte object and then handle it appropriately

@coveralls
Copy link

coveralls commented Dec 19, 2016

Coverage Status

Coverage increased (+0.09%) to 93.426% when pulling bbc0331 on daubers:py3encodes into 2628525 on daniellawrence:master.

@Shir0kamii
Copy link
Collaborator

@daubers What was the error you had with the current implementation ? We have a test suite for Python 3 so I'm a bit surprised that it doesn't work for you, even on py3 only systems

@coveralls
Copy link

coveralls commented Jan 6, 2017

Coverage Status

Coverage increased (+0.09%) to 93.426% when pulling 0a4fb00 on daubers:py3encodes into 6f84c56 on daniellawrence:master.

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