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

No need to decode a string to ASCII explicitly #92

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

thorge
Copy link

@thorge thorge commented Sep 4, 2023

Python 3 natively supports Unicode characters in strings and URLs. So, the try block can safely be removed and should be removed in py3 envs to prevent double encoding. If py2 should still be supported, let me know.

Fixes #91

@thorge
Copy link
Author

thorge commented Sep 25, 2024

Any updates on this? It would be great to have this merged. If there's anything I can do to help move that forward, please feel free to let me know!

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.

Double Encoding of URLs
1 participant