cpython/Lib/urllib
Barney Gale 80b2d60a51
GH-136874: url2pathname(): discard query and fragment components (#136875)
In `urllib.request.url2pathname()`, ignore any query or fragment components
in the given URL.
2025-07-21 17:33:20 +00:00
..
__init__.py
error.py
parse.py gh-133306: Use \z instead of \Z in regular expressions in the stdlib (GH-133337) 2025-05-03 17:58:49 +03:00
request.py GH-136874: url2pathname(): discard query and fragment components (#136875) 2025-07-21 17:33:20 +00:00
response.py
robotparser.py Explicitly import urllib.error in urllib.robotparser (#128737) 2025-01-13 17:14:59 +01:00