[issue35100] urllib.parse.unquote_to_bytes: needs "escape plus" option

Lysandros Nikolaou report at bugs.python.org
Sat Mar 2 08:46:44 EST 2019


Lysandros Nikolaou <lisandrosnik at gmail.com> added the comment:

This issue still stands. The output of all three methods is exactly the same as it was when the original question was posted. Would it maybe make sense to add a flag to the unquote_to_bytes method to parse the 'plus' symbol as a space? Or maybe create a new method(i.e. unquote_to_bytes_plus)?

----------
nosy: +lys.nikolaou

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


More information about the Python-bugs-list mailing list