We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
d04b127#r113463641
AttributeError: 'str' object has no attribute 'decode'. Did you mean: 'encode'? parse_qsl seems to return list of string pairs already.
The text was updated successfully, but these errors were encountered:
https://docs.python.org/3/library/urllib.parse.html
Parse a query string given as a string argument (data of type application/x-www-form-urlencoded). Data are returned as a list of name, value pairs.
This is the description I could find on the official docs. I get the same issue
Sorry, something went wrong.
Fixed it with #103
No branches or pull requests
d04b127#r113463641
AttributeError: 'str' object has no attribute 'decode'. Did you mean: 'encode'?
parse_qsl seems to return list of string pairs already.
The text was updated successfully, but these errors were encountered: