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 adamnelson
Recipients adamnelson, docs@python, fdrake, orsenthil, r.david.murray
Date 2010-05-25.18:04:38
SpamBayes Score 0.04110037
Marked as misclassified No
Message-id <1274810680.56.0.771700938441.issue8818@psf.upfronthosting.co.za>
In-reply-to
Content
I appreciate what you're saying but nobody, I guarantee nobody, is using the '//cnn.com' semantics.

Anyway, in RFC 3986 in the Syntax Components section, you'll see that the '://' is not part of scheme or netloc.  I could imagine urlsplit() failing if the url was not prepended by '//' or 'scheme://', but why would being prepended with nothing cause urlsplit() to presume it's a path?

Can we at least document this?
History
Date User Action Args
2010-05-25 18:04:40adamnelsonsetrecipients: + adamnelson, fdrake, orsenthil, r.david.murray, docs@python
2010-05-25 18:04:40adamnelsonsetmessageid: <1274810680.56.0.771700938441.issue8818@psf.upfronthosting.co.za>
2010-05-25 18:04:39adamnelsonlinkissue8818 messages
2010-05-25 18:04:38adamnelsoncreate