This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author georg.brandl
Recipients georg.brandl, orsenthil, sandro.tosi
Date 2013-01-11.16:41:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357922483.9.0.695384548523.issue16932@psf.upfronthosting.co.za>
In-reply-to
Content
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/".
History
Date User Action Args
2013-01-11 16:41:24georg.brandlsetrecipients: + georg.brandl, orsenthil, sandro.tosi
2013-01-11 16:41:23georg.brandlsetmessageid: <1357922483.9.0.695384548523.issue16932@psf.upfronthosting.co.za>
2013-01-11 16:41:23georg.brandllinkissue16932 messages
2013-01-11 16:41:23georg.brandlcreate