]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101552: Allow pydoc to display signatures in source format (#124669)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Wed, 9 Oct 2024 05:03:53 +0000 (22:03 -0700)
committerGitHub <noreply@github.com>
Wed, 9 Oct 2024 05:03:53 +0000 (05:03 +0000)
commit78406382c97207b985b5c1d24db244ec398b7e3f
tree73fe961cf1ae5c751a462c5685ce97fa787378e8
parentb502573f7f800dbb2e401fa2a7a05eceac692c7a
gh-101552: Allow pydoc to display signatures in source format (#124669)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Doc/library/inspect.rst
Doc/whatsnew/3.14.rst
Lib/inspect.py
Lib/pydoc.py
Lib/test/test_inspect/inspect_deferred_annotations.py [new file with mode: 0644]
Lib/test/test_inspect/test_inspect.py
Lib/test/test_pydoc/test_pydoc.py
Misc/NEWS.d/next/Library/2024-09-27-06-39-32.gh-issue-101552.xYkzag.rst [new file with mode: 0644]