]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-125866: Deprecate `nturl2path` module (#131432)
authorBarney Gale <barney.gale@gmail.com>
Wed, 19 Mar 2025 19:33:01 +0000 (19:33 +0000)
committerGitHub <noreply@github.com>
Wed, 19 Mar 2025 19:33:01 +0000 (19:33 +0000)
commit8abfaba5a67a99c446f0c13253ee0ce97bf6fa5c
tree7b6535e35d05a39e6a7adc18620413bb729146ca
parent8a33034d82314e2a5a8f39f9348e93135f94807d
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`.
Doc/whatsnew/3.14.rst
Lib/nturl2path.py
Lib/test/test_nturl2path.py [new file with mode: 0644]
Lib/test/test_urllib2.py
Lib/urllib/request.py
Misc/NEWS.d/next/Library/2025-03-19-00-09-15.gh-issue-125866.sIIJ5N.rst [new file with mode: 0644]