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

cast argv to unicode before testing #2534

Merged
merged 1 commit into from Oct 22, 2013
Merged

cast argv to unicode before testing #2534

merged 1 commit into from Oct 22, 2013

Conversation

minrk
Copy link
Contributor

@minrk minrk commented Oct 22, 2013

otherwise the use of unicode-literals causes errors when there are non-ascii characters on argv on Python 2.

otherwise the use of `unicode-literals` causes errors
when there are non-ascii characters on argv on Python 2.
@mdboom
Copy link
Member

mdboom commented Oct 22, 2013

Thanks!

mdboom added a commit that referenced this pull request Oct 22, 2013
cast argv to unicode before testing
@mdboom mdboom merged commit a39639f into matplotlib:master Oct 22, 2013
@mdboom
Copy link
Member

mdboom commented Dec 6, 2013

@minrk: Looks like this may not have been correct. See matplotlib-devel thread "unicodeescape traceback on build of latest master in IPython"

@minrk
Copy link
Contributor Author

minrk commented Dec 6, 2013

#2657 should be a better fix

@minrk minrk deleted the unicode-argv branch December 6, 2013 20:18
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

2 participants