We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Make sure we don't break. Try to handle weird differences in locales, unencodable filenames when printing, etc.
The text was updated successfully, but these errors were encountered:
53d4652
test_dups: Fix breakage on Python3.2. Encode strings in UTF-8. See #9.
8dc11fd
Python 3.2 doesn't support u"" prefix on Unicode strings. We have to use a transparent wrapper for compatibility.
No branches or pull requests
Make sure we don't break. Try to handle weird differences in locales, unencodable filenames when printing, etc.
The text was updated successfully, but these errors were encountered: