]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132686: Add parameters inherit_class_doc and fallback_to_class_doc for inspect...
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 11 Nov 2025 22:01:25 +0000 (00:01 +0200)
committerGitHub <noreply@github.com>
Tue, 11 Nov 2025 22:01:25 +0000 (00:01 +0200)
commit7906f4d96a8fffbee9f4d4991019595878ad54e9
treeabff054f9e9f03c0ceb1149250492f2e32e0b9e1
parentc744ccb2c92746bc7be6316ab478dbc13e176e97
gh-132686: Add parameters inherit_class_doc and fallback_to_class_doc for inspect.getdoc() (GH-132691)
Doc/library/inspect.rst
Doc/whatsnew/3.15.rst
Lib/inspect.py
Lib/pydoc.py
Lib/test/test_inspect/test_inspect.py
Misc/NEWS.d/next/Library/2025-04-18-18-08-05.gh-issue-132686.6kV_Gs.rst [new file with mode: 0644]