]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-84232: Fix `pydoc` docs.python.org link generation (#139995)
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Tue, 23 Dec 2025 08:29:58 +0000 (08:29 +0000)
committerGitHub <noreply@github.com>
Tue, 23 Dec 2025 08:29:58 +0000 (10:29 +0200)
commitf9704f1d84044e46b94f2e4854dae43c1adaa7f1
treefb36fbc4c1315034f154644ec195ee7b0e12e2ee
parenta273bc99d2ff853f59ee6da4d897b1be72a03975
gh-84232: Fix `pydoc` docs.python.org link generation (#139995)

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]