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

Éric Araujo report at bugs.python.org
Fri Sep 3 18:44:53 CEST 2010


Éric Araujo <merwok at netwok.org> added the comment:

The versions getting bug fixes are 2.7, 3.1 (stable versions) and 3.2 (active). 2.6 is in security mode now.

Can someone write a test (as a standalone script or a diff against Lib/test/test_urlparse.py) and tell if 3.1 and 3.2 have the bug too?

More importantly, can someone quote the latest URI RFC about that? The semicolon is related to the mysterious param component IIRC.

----------
nosy: +eric.araujo
versions:  -Python 2.6

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


More information about the Python-bugs-list mailing list