-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
non unicode data not correctly handled in Python 3 #734
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
Labels
Comments
Fixed in #733 |
It turns out this problem exists on pretty much all platforms and it affects |
giampaolo
added a commit
that referenced
this issue
Jan 23, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Filenames and command line arguments can include (non-unicode) binary data on most operating systems. This is more difficult to handle on Python 3 because these are generally expressed as the str type. I've created pull request #733 with a test case that highlights the issue but do not have a solution at this point.
The text was updated successfully, but these errors were encountered: