Skip to content

Conversation

zebuline
Copy link

No description provided.

@luto
Copy link
Collaborator

luto commented Nov 5, 2014

This PR really boils down to this line:

- if isinstance(value, str):
+ if isinstance(value, basestring):

The hyphenate-issue was already fixed (see #36).

Could you please re-submit a PR only contaning this change, since this PR has conflicts or tell me if this issue has been resolved?

@jaredlewis
Copy link

Any timetable on getting this merged? This is a flaw and is occurring for me in python 3.4

@micahhausler
Copy link

Rather than using basestring, can this use six.string_types?

@zebuline
Copy link
Author

New PR here: #45

@zebuline zebuline closed this Nov 12, 2014
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.

5 participants