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
With python3.5, in a "regular" C locale, opening HISTORY.rst fails because that file is utf8-encoded (python2.7 doesn't complain about that).
The text was updated successfully, but these errors were encountered:
Yup, that seems like a likely problem. Mind supplying a PR to resolve the issue?
Sorry, something went wrong.
I was gonna add encoding=utf-8 to the open call, but that won't work in 2.7 unfortunately...
@sdelafond You want codecs.open.
codecs.open
146abd6
Merge pull request #128 from sdelafond/master
e8a9e15
Use codecs.open() with encoding='utf-8' for python3.x (Closes: #127)
No branches or pull requests
With python3.5, in a "regular" C locale, opening HISTORY.rst fails because that file is utf8-encoded (python2.7 doesn't complain about that).
The text was updated successfully, but these errors were encountered: