Fred L. Drake, Jr. <fdr...@acm.org> added the comment: On Tue, May 25, 2010 at 3:03 PM, AdamN <rep...@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(). ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue8818> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com