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

changed types.StringType to str and removed some edcode/decodes for u… #23

Closed
wants to merge 1 commit into from

Conversation

shawnzam
Copy link

I changed isinstance(value, types.StringTypes) to isinstance(value, types.str) and comment out # value = value.encode('unicode_escape') and # value = value.decode('unicode_escape')

@shawnzam shawnzam mentioned this pull request Aug 25, 2016
@defrex defrex closed this Oct 21, 2016
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.

2 participants