[New-bugs-announce] [issue1432] Strange behavior of urlparse.urljoin

yan report at bugs.python.org
Tue Nov 13 02:18:29 CET 2007


New submission from yan:

When I use python 2.4/2.5, I found a strange behavior like this:
urlparse.urljoin("http://www.python.org/issue?@template=item","?@template=none")
It will return "http://www.python.org/?@template=none".  But I think it
should be "http://www.python.org/issue?@template=none", right? And I
test it in python 2.3. The result is what I supposed it to be.

----------
components: Library (Lib)
messages: 57434
nosy: yan
severity: normal
status: open
title: Strange behavior of urlparse.urljoin
type: behavior
versions: Python 2.4, Python 2.5, Python 2.6

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


More information about the New-bugs-announce mailing list