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

Python3: README.rst should be openned as utf-8. #35

Closed
wants to merge 1 commit into from
Closed

Python3: README.rst should be openned as utf-8. #35

wants to merge 1 commit into from

Commits on Sep 15, 2014

  1. Python3: README.rst should be openned as utf-8.

    Addressing:
    $ /usr/bin/python3 setup.py install
    Traceback (most recent call last):
      File "setup.py", line 7, in <module>
        readme = open('README.rst').read()
      File "/usr/lib64/python3.3/encodings/ascii.py", line 26, in decode
        return codecs.ascii_decode(input, self.errors)[0]
    UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position
    8545: ordinal not in range(128)
    isimluk committed Sep 15, 2014
    Configuration menu
    Copy the full SHA
    2ba2633 View commit details
    Browse the repository at this point in the history