cpython/Lib/urllib
Serhiy Storchaka dbb6e22cb1
gh-125926: Fix urllib.parse.urljoin() for base URI with undefined authority (GH-125989)
Although this goes beyond the application of RFC 3986, urljoin()
should support relative base URIs for backward compatibility.
2024-11-07 09:09:59 +02:00
..
__init__.py
error.py
parse.py gh-125926: Fix urllib.parse.urljoin() for base URI with undefined authority (GH-125989) 2024-11-07 09:09:59 +02:00
request.py
response.py
robotparser.py