elastic-transport-python icon indicating copy to clipboard operation
elastic-transport-python copied to clipboard

Remove custom implementation of percent_encode

Open pquentin opened this issue 1 year ago • 1 comments

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.

pquentin avatar Jan 05 '24 14:01 pquentin

Sorry, this is not done yet. I need to add a DeprecationWarning.

pquentin avatar Feb 23 '24 12:02 pquentin