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

Fix Python 3.x compatibility for setup.py #332

Merged
merged 1 commit into from
Mar 1, 2018

Conversation

felixonmars
Copy link
Contributor

Without the patch, setup.py fails to run under Python 3.x with pypandoc installed:

Traceback (most recent call last):
  File "setup.py", line 16, in <module>
    f.write(long_description)
TypeError: write() argument must be str, not bytes

Without the patch, setup.py fails to run under Python 3.x with pypandoc installed:

```
Traceback (most recent call last):
  File "setup.py", line 16, in <module>
    f.write(long_description)
TypeError: write() argument must be str, not bytes
```
@coveralls
Copy link

Coverage Status

Coverage remained the same at 95.265% when pulling 87e0920 on felixonmars:patch-1 into 4c89902 on alecthomas:master.

3 similar comments
@coveralls
Copy link

Coverage Status

Coverage remained the same at 95.265% when pulling 87e0920 on felixonmars:patch-1 into 4c89902 on alecthomas:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 95.265% when pulling 87e0920 on felixonmars:patch-1 into 4c89902 on alecthomas:master.

@coveralls
Copy link

coveralls commented Feb 25, 2018

Coverage Status

Coverage remained the same at 95.265% when pulling 87e0920 on felixonmars:patch-1 into 4c89902 on alecthomas:master.

@tusharmakkar08 tusharmakkar08 merged commit 1821953 into alecthomas:master Mar 1, 2018
@felixonmars felixonmars deleted the patch-1 branch March 1, 2018 16:14
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.

3 participants