[issue7097] urlparse.urljoin of simple "http://" and "somedomain.com" produces incorrect result

Brett Cannon report at bugs.python.org
Sat Oct 10 20:26:35 CEST 2009


Brett Cannon <brett at python.org> added the comment:

urlparse.urljoin() is meant to join together a base URL with other URL 
parts. The protocol is part of the base URL and thus not supported by 
urlparse.urljoin().

----------
nosy: +brett.cannon
resolution:  -> invalid
status: open -> closed

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


More information about the Python-bugs-list mailing list