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: handle builtin dictionaries as unicode data, not bytes #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

neta79
Copy link

@neta79 neta79 commented Mar 28, 2015

This prevents the generator from outputting repr() of binary data, resulting in a sequence of b'blahblahs'.
If you plan to release a v1.0.6 on pypi, please consider merging this. It fixes things for py3.

…vents the generator outputting repr() of binary data, resulting in a sequence of b'blahblahs'
@CuriousG102
Copy link

+1 This is a huge problem in python3. It essentially makes the pip install useless. Only option for me was to clone your library and do exactly what @neta79 is doing here.

@svvitale
Copy link

+1 Thanks @neta79, I'm cloning directly from your branch. @monkeython, love to see this get merged in!

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