[issue40373] urlunparse does not escape slash (/) for http+unix:// in netloc field

Ido Michael report at bugs.python.org
Sun May 24 19:02:01 EDT 2020


Ido Michael <michael.ido at gmail.com> added the comment:

Did you try using the urllib.urlencode() function? 
Also it's not clear to me what happens if you give the expected string to urlunsplit() ? I believe it will keep the format as is, str or URL encoded.

Tal what do you think?

----------
nosy: +Ido Michael

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


More information about the Python-bugs-list mailing list