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

setup.py: unicode compatibility #1452

Closed
wants to merge 2 commits into from

Conversation

L0ric0
Copy link
Contributor

@L0ric0 L0ric0 commented Aug 23, 2018

python setuptools was updated to suport unicode so the _to_ascii
function is gone and was replaced with the _to_bytes function.
This tries to import the _to_ascii function and if that fails imports the _to_bytes function.

python setuptools was updated to suport unicode so the _to_ascii
function is gonne and was replaced with the _to_bytes function.
@L0ric0 L0ric0 changed the title Setup.py unicode compability setup.py: unicode compability Aug 23, 2018
@lasers
Copy link
Contributor

lasers commented Aug 23, 2018

@L0ric0 I removed _to_ascii function in #1413. Can you try the current master branch?

@su8
Copy link
Contributor

su8 commented Aug 24, 2018

Just a small note that you misspelled compatibility.

@L0ric0
Copy link
Contributor Author

L0ric0 commented Aug 26, 2018

ok its working.

@L0ric0 L0ric0 closed this Aug 26, 2018
@L0ric0 L0ric0 changed the title setup.py: unicode compability setup.py: unicode compatibility Aug 26, 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

Successfully merging this pull request may close these issues.

None yet

3 participants