[issue1432] Strange behavior of urlparse.urljoin

yan report at bugs.python.org
Wed Nov 14 14:18:09 CET 2007


yan added the comment:

Not really, it's just for PATH component. But the QUERY and PARAMETER
are not the same.
just check the RFC1808. 
5.1. Normal Examples
Base: <URL:http://a/b/c/d;p?q#f>
?y         = <URL:http://a/b/c/d;p?y>
;x         = <URL:http://a/b/c/d;x>

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1432>
__________________________________


More information about the Python-bugs-list mailing list