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

Support Python 3 file uploads #8

Closed
ArcanErasmus opened this issue May 30, 2018 · 2 comments
Closed

Support Python 3 file uploads #8

ArcanErasmus opened this issue May 30, 2018 · 2 comments

Comments

@ArcanErasmus
Copy link

ArcanErasmus commented May 30, 2018

On line 200 of simplepypi/simplepypi/bin/simplepypi, using 'r' as the open method causes uploads to fail in Python 3, throwing encoding errors. Switching to 'rb' fixes this.

@ArcanErasmus
Copy link
Author

#9

@steiza
Copy link
Owner

steiza commented Oct 27, 2018

I think this was solved by #9?

@steiza steiza closed this as completed Oct 27, 2018
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

No branches or pull requests

2 participants