[issue26572] urlparse does not handle passwords with ? in them.

Martin Panter report at bugs.python.org
Wed Mar 16 17:23:17 EDT 2016


Martin Panter added the comment:

I think this is the same as Issue 18140. Perhaps you can answer my question at the bottom there about why the question mark is not encoded, and why splitting at the at (@) symbol should be higher priority than the query (?) symbol.

----------
nosy: +martin.panter
resolution:  -> duplicate
status: open -> closed
superseder:  -> urlparse, urlsplit confused when password includes fragment (#), query (?)

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26572>
_______________________________________


More information about the Python-bugs-list mailing list