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 fdrake
Recipients adamnelson, docs@python, fdrake, orsenthil, r.david.murray
Date 2010-05-25.19:09:40
SpamBayes Score 0.0075956252
Marked as misclassified No
Message-id <AANLkTikGdat3qGrNjip84ygyzDjNjQ179qtOVRlO9df5@mail.gmail.com>
In-reply-to <1274814220.77.0.00373456358677.issue8818@psf.upfronthosting.co.za>
Content
On Tue, May 25, 2010 at 3:03 PM, AdamN <report@bugs.python.org> wrote:
> 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.

The strings are not pseudo-URLs, they're relative references, as documented.

This is used all the time in HREF and SRC attributes in web pages,
which is exactly the use case for urlparse.urljoin().
History
Date User Action Args
2010-05-25 19:09:42fdrakesetrecipients: + fdrake, orsenthil, r.david.murray, docs@python, adamnelson
2010-05-25 19:09:40fdrakelinkissue8818 messages
2010-05-25 19:09:40fdrakecreate