[issue9721] urlparse.urljoin() cuts off last base character with semicolon at url start

Senthil Kumaran report at bugs.python.org
Tue Sep 7 05:02:02 CEST 2010


Senthil Kumaran <orsenthil at gmail.com> added the comment:

Simply applying the patch would break the testsuite of urlparse ( test_RFC3986 case of urljoin for ';' starting joinurls). The expected behavior should be trim off all receding chars until a '/'  and then join the semi-colon starting url. 2.5 behavior is the correct one.

----------
assignee:  -> orsenthil
priority: normal -> high
resolution:  -> accepted
stage:  -> needs patch

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


More information about the Python-bugs-list mailing list