This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author takis
Recipients Andy.Reitz, martin.panter, orsenthil, takis
Date 2015-02-09.20:19:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423513194.69.0.318969205812.issue23328@psf.upfronthosting.co.za>
In-reply-to
Content
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 / ":" )
"""
History
Date User Action Args
2015-02-09 20:19:54takissetrecipients: + takis, orsenthil, martin.panter, Andy.Reitz
2015-02-09 20:19:54takissetmessageid: <1423513194.69.0.318969205812.issue23328@psf.upfronthosting.co.za>
2015-02-09 20:19:54takislinkissue23328 messages
2015-02-09 20:19:54takiscreate