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 op368
Recipients jaswdr, op368, orsenthil
Date 2021-05-13.13:08:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620911292.4.0.56680019556.issue40938@roundup.psfhosted.org>
In-reply-to
Content
'http:///g' has absolute path '/g',
and as urljoin shows:

    >>> urljoin('http://a/b/c/d', 'http:///g')
    'http://a/g'  # 'a' is netloc

So you are proposing third interpretation.

      "http:g"        =  "http:g"         ; for strict parsers
                      /  "http://a/b/c/g" ; for backward compatibility
                      /  "http://a/g"     ; (yours)
History
Date User Action Args
2021-05-13 13:08:12op368setrecipients: + op368, orsenthil, jaswdr
2021-05-13 13:08:12op368setmessageid: <1620911292.4.0.56680019556.issue40938@roundup.psfhosted.org>
2021-05-13 13:08:12op368linkissue40938 messages
2021-05-13 13:08:12op368create