Panagiotis Issaris added the comment:

RFC3986 seems to state that a '/' character should be encoded:

"""...
reserved    = gen-delims / sub-delims
gen-delims  = ":" / "/" / "?" / "#" / "[" / "]" / "@"
sub-delims  = "!" / "$" / "&" / "'" / "(" / ")"
                  / "*" / "+" / "," / ";" / "="
...
The user information, if present, is followed by a
commercial at-sign ("@") that delimits it from the host.
userinfo    = *( unreserved / pct-encoded / sub-delims / ":" )
"""

----------
nosy: +Panagiotis.Issaris

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23328>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to