Message393577
'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) |
|
| 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 | |
|