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/[EMAIL PROTECTED]","[EMAIL PROTECTED]") It will return "http://www.python.org/[EMAIL PROTECTED]". But I think it should be "http://www.python.org/[EMAIL PROTECTED]", 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 <[EMAIL PROTECTED]> <http://bugs.python.org/issue1432> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com