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

Replaced unicode() function by six.text_type #3323

Merged
merged 1 commit into from Jul 29, 2014

Conversation

stlehmann
Copy link

The Figure options dialog wasn' t working for me under Python3. Because ther is no unicode() function in Python3 I had to replace this by six.text_type.

The Figure options dialog wasn' t working for me under Python3. Because ther is no unicode() function in Python3 I had to replace this by six.text_type.
@tacaswell tacaswell added this to the v1.4.x milestone Jul 29, 2014
@tacaswell
Copy link
Member

Note to who ever merges, this will need to be cherry-picked

@mdboom
Copy link
Member

mdboom commented Jul 29, 2014

👍

@tacaswell
Copy link
Member

This is low enough risk, and we are going to have an rc3 anyway due to that memory issue, merging

tacaswell added a commit that referenced this pull request Jul 29, 2014
BUG : fixes py3k unicode issues

Replaced unicode() function by six.text_type
@tacaswell tacaswell merged commit 11b86d3 into matplotlib:master Jul 29, 2014
tacaswell added a commit that referenced this pull request Jul 29, 2014
BUG : fixes py3k unicode issues

Replaced unicode() function by six.text_type
@tacaswell
Copy link
Member

cherry-picked as 49bb323

jbmohler pushed a commit to jbmohler/matplotlib that referenced this pull request Aug 14, 2014
BUG : fixes py3k unicode issues

Replaced unicode() function by six.text_type
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

4 participants