Skip to content

Updated encoding#500

Closed
ThugPigeon653 wants to merge 2 commits intogooglemaps:masterfrom
ThugPigeon653:encoding-fix
Closed

Updated encoding#500
ThugPigeon653 wants to merge 2 commits intogooglemaps:masterfrom
ThugPigeon653:encoding-fix

Conversation

@ThugPigeon653
Copy link

I have made encoding (in client) compatible with both Python 2 and Python 3. The existing encoding was the correct approach for Py2, but was not appropriate for python3, because it had removed the data type. So as to not cause any issues with the python3 interpreter, urlencode_params() checks for a str type instead of unicode.
Python3 shouldn't really need encoding here, but unlike 2, it will handle unnecessary encoding fine - so I have enforced it to always encode for python3

@google-cla
Copy link

google-cla bot commented Sep 19, 2023

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@ThugPigeon653
Copy link
Author

Closing PR, I will open a new one with CLA sorted out

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.

1 participant