]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112139: Add `inspect.Signature.format` and use it in `pydoc` (#112143)
authorNikita Sobolev <mail@sobolevn.me>
Sat, 2 Dec 2023 23:39:43 +0000 (02:39 +0300)
committerGitHub <noreply@github.com>
Sat, 2 Dec 2023 23:39:43 +0000 (15:39 -0800)
commita9574c68f04695eecd19866faaf4cdee5965bc70
tree6c4738f5b6b8e92c7fe8716418fb8b26a633e703
parent0229d2a9b1d6ce6daa6a773f92e3754e7dc86d50
gh-112139: Add `inspect.Signature.format` and use it in `pydoc` (#112143)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Doc/library/inspect.rst
Lib/inspect.py
Lib/pydoc.py
Lib/test/test_inspect/test_inspect.py
Lib/test/test_pydoc.py
Misc/NEWS.d/next/Library/2023-11-16-10-42-15.gh-issue-112139.WpHosf.rst [new file with mode: 0644]