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 <rep...@bugs.python.org>
<http://bugs.python.org/issue16932>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to