google-maps-services-python icon indicating copy to clipboard operation
google-maps-services-python copied to clipboard

fix(api)

Open ThugPigeon653 opened this issue 2 years ago • 0 comments

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


Fixes #<issue_number_goes_here> 🦕

ThugPigeon653 avatar Sep 19 '23 08:09 ThugPigeon653