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

parse_qs in backports is not handling unicode outside 128 range #204

Open
tpazderka opened this issue Mar 31, 2016 · 0 comments
Open

parse_qs in backports is not handling unicode outside 128 range #204

tpazderka opened this issue Mar 31, 2016 · 0 comments

Comments

@tpazderka
Copy link

When passing unicode string containing characters outside range(128) to parse_qs imported from future.backports.urllib.parse, the function raises UnicodeEncodeError.

No such error is raised and parsing works when parse_qs is imported from future.moves.urllib.parse.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants