]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-113942: Show functions implemented as builtin methods (GH-115306)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 26 Feb 2024 18:29:49 +0000 (20:29 +0200)
committerGitHub <noreply@github.com>
Mon, 26 Feb 2024 18:29:49 +0000 (20:29 +0200)
commit72cff8d8e5a476d3406efb0491452bf9d6b02feb
tree401a6020466917aa98fb0ade7e0d0686ea2c7702
parent68c79d21fa791d7418a858b7aa4604880e988a02
gh-113942: Show functions implemented as builtin methods (GH-115306)

Pydoc no longer skips global functions implemented as builtin methods,
such as MethodDescriptorType and WrapperDescriptorType.
Lib/pydoc.py
Lib/test/test_pydoc/pydocfodder.py
Lib/test/test_pydoc/test_pydoc.py
Misc/NEWS.d/next/Library/2024-02-11-20-12-39.gh-issue-113942.i72sMJ.rst [new file with mode: 0644]