[issue40426] Unable to use lowercase hexadecimal digits for percent encoding

Eisuke Kawashima report at bugs.python.org
Fri May 8 15:15:58 EDT 2020


Eisuke Kawashima <e.kawaschima+python at gmail.com> added the comment:

> Why do you require a lower case string here?

Well, I want to use urllib.parse.quote to escape special characters, such as ()[]#*/\, in filenames, and for visibility lower hex digits are preferable.
PR 19766 does not break compatibility.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40426>
_______________________________________


More information about the Python-bugs-list mailing list