Message 393577 - Python tracker
Message393577
| 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:12 | op368 | set | recipients: + op368, orsenthil, jaswdr |
| 2021-05-13 13:08:12 | op368 | set | messageid: <1620911292.4.0.56680019556.issue40938@roundup.psfhosted.org> |
| 2021-05-13 13:08:12 | op368 | link | issue40938 messages |
| 2021-05-13 13:08:12 | op368 | create | |