[issue16932] urlparse fails at parsing "www.python.org:80/"

Georg Brandl report at bugs.python.org
Fri Jan 11 17:41:23 CET 2013


Georg Brandl added the comment:

This is not a bug: urlparse is there to parse URLs, and URLs start with an URL scheme such as "http:".

There is no way for a generic URL parser to know that "python.org:80/" is supposed to be "http://python.org:80/".

----------
nosy: +georg.brandl
resolution:  -> invalid
status: open -> closed

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


More information about the Python-bugs-list mailing list