cpython/Lib/urllib
Barney Gale 8abfaba5a6
GH-125866: Deprecate `nturl2path` module (#131432)
Deprecate the `nturl2path` module. Its functionality is merged into
`urllib.request`.

Add `tests.test_nturl2path` to exercise `nturl2path`, as it's no longer
covered by `test_urllib`.
2025-03-19 19:33:01 +00:00
..
__init__.py
error.py gh-101936: Update the default value of fp from io.StringIO to io.BytesIO (gh-102100) 2023-02-22 00:14:41 +09:00
parse.py gh-105704: Disallow square brackets (`[` and `]`) in domain names for parsed URLs (#129418) 2025-01-31 09:41:34 -08:00
request.py GH-125866: Deprecate `nturl2path` module (#131432) 2025-03-19 19:33:01 +00:00
response.py bpo-12707: deprecate info(), geturl(), getcode() methods in favor of headers, url, and status properties for HTTPResponse and addinfourl (GH-11447) 2019-09-13 12:40:07 +01:00
robotparser.py Explicitly import `urllib.error` in `urllib.robotparser` (#128737) 2025-01-13 17:14:59 +01:00