]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-144148: Update the urllib.parse documentation (GH-144497)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 5 Feb 2026 14:32:17 +0000 (16:32 +0200)
committerGitHub <noreply@github.com>
Thu, 5 Feb 2026 14:32:17 +0000 (16:32 +0200)
commit67ddba9aa9c0405c68e691643c4aa75fdbcefe1d
tree2f69c02e5201e0a6fb9a9e748f06b6f3c45def67
parentd5cb9f6a9b6f48cc08c4422259498d4fd023357a
gh-144148: Update the urllib.parse documentation (GH-144497)

Document urlsplit() as the main parsing function and urlparse() as
an obsolete variant.
Doc/library/urllib.parse.rst
Doc/library/venv.rst
Doc/whatsnew/3.15.rst
Lib/test/test_urlparse.py
Lib/urllib/parse.py