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.19:03:38
SpamBayes Score 0.15090048
Marked as misclassified No
Message-id <1274814220.77.0.00373456358677.issue8818@psf.upfronthosting.co.za>
In-reply-to
Content
I would say right under:

urlparse.urlparse(urlstring[, default_scheme[, allow_fragments]])¶

Put:

urlstring is a pseudo-url.  If the string has a scheme, it will be interpreted as a scheme, followed by a path, querystring and fragment.  If it is prepended with a double-slash '//', it will be interpreted as a netloc followed by a path, querystring and fragment.  Otherwise, it will be interpreted as a path followed by a querystring and fragment.

I'm still confused about when anybody would use a relative path with a default scheme and no netloc but I'll leave that decision to you guys.  

Thanks,
Adam
History
Date User Action Args
2010-05-25 19:03:40adamnelsonsetrecipients: + adamnelson, fdrake, orsenthil, r.david.murray, docs@python
2010-05-25 19:03:40adamnelsonsetmessageid: <1274814220.77.0.00373456358677.issue8818@psf.upfronthosting.co.za>
2010-05-25 19:03:39adamnelsonlinkissue8818 messages
2010-05-25 19:03:39adamnelsoncreate