mirror of
https://github.com/python/cpython.git
synced 2024-11-27 23:47:29 +01:00
dbb6e22cb1
Although this goes beyond the application of RFC 3986, urljoin() should support relative base URIs for backward compatibility.
5 lines
232 B
ReStructuredText
5 lines
232 B
ReStructuredText
Fix :func:`urllib.parse.urljoin` for base URI with undefined authority.
|
|
Although :rfc:`3986` only specify reference resolution for absolute base
|
|
URI, :func:`!urljoin` should continue to return sensible result for relative
|
|
base URI.
|