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

Tal Einat report at bugs.python.org
Mon May 25 03:39:29 EDT 2020


Tal Einat <taleinat+python at gmail.com> added the comment:

This seems to simply be a misunderstanding: urlunparse() and urlunsplit() intentionally do not do any encoding of their components.

----------
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list