Skip to content

Conversation

@dpkp
Copy link

@dpkp dpkp commented Feb 24, 2017

sys.version_info[1] checks the minor version, so on python 2.7 string_type is set to str instead of basestring. This causes unicode strings to fail when bernhard attempts to convert them to str via string_type at line 158.

dpkp added 2 commits February 23, 2017 18:06
sys.version_info[1] checks the minor version, so on python 2.7 string_type is set to `str` instead of `basestring`. This causes unicode strings to fail when bernhard attempts to convert them to str via string_type at line 158.
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.

1 participant