]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-84232: Fix `pydoc` docs.python.org link generation (GH-139995) (#143099)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Tue, 23 Dec 2025 16:29:28 +0000 (18:29 +0200)
committerGitHub <noreply@github.com>
Tue, 23 Dec 2025 16:29:28 +0000 (18:29 +0200)
commit7dc6acc1e9d9e77be0874cfdb26d3ca15625e67a
tree7f83cf5d9c27a338ccc4c551b65a3acca57e6600
parenta9a8ca3e47d0b3622dba5a82df8cc888d0fbffb5
[3.13] gh-84232: Fix `pydoc` docs.python.org link generation (GH-139995) (#143099)

Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Co-authored-by: Éric <merwok@netwok.org>
.gitattributes
.pre-commit-config.yaml
Doc/Makefile
Doc/tools/extensions/pydoc_topics.py
Lib/pydoc.py
Lib/pydoc_data/module_docs.py [new file with mode: 0644]
Lib/test/test_pydoc/test_pydoc.py
Misc/NEWS.d/next/Library/2025-10-12-12-05-52.gh-issue-139971.UdoStU.rst [new file with mode: 0644]