elastic-transport-python
elastic-transport-python copied to clipboard
Remove custom implementation of percent_encode
We can rely on the standard library starting from Python 3.7. See https://docs.python.org/3/library/urllib.parse.html#urllib.parse.quote.
Sorry, this is not done yet. I need to add a DeprecationWarning.