Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Don't use unicode_literals in backend_qt4 #3358

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

Closed

Conversation

jenshnielsen
Copy link
Member

This is an alternative to #3357. In short using unicode_lieterals with
six.u does not work and results in TypeErrors in python 2. This fixes
is by not using unicode_literals rather than getting rid of six.u

An alternative to #3357
This seems to work too but I am less confident that it will not introduce other issues.

This is an alternative to matplotlib#3357. In short using unicode_lieterals with
six.u does not work and results in TypeErrors in python 2. This fixes
is by not using unicode_literals rather than getting rid of six.u
@tacaswell
Copy link
Member

I strongly prefer the other one.

@tacaswell tacaswell closed this Aug 10, 2014
@jenshnielsen jenshnielsen deleted the qt4_unicode_alternative branch August 28, 2014 11:59
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