]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-107155: Fix help() for lambda function with return annotation (GH-107401)
authorKirill Podoprigora <kirill.bast9@mail.ru>
Sat, 17 Feb 2024 12:47:51 +0000 (15:47 +0300)
committerGitHub <noreply@github.com>
Sat, 17 Feb 2024 12:47:51 +0000 (12:47 +0000)
commitb9a9e3dd62326b726ad2e8e8efd87ca6327b4019
tree58a4285bc5da3660c464cdee21526308bd52ddcb
parent664965a1c141e8af5eb465d29099781a6a2fc3f3
gh-107155: Fix help() for lambda function with return annotation (GH-107401)
Lib/pydoc.py
Lib/test/test_pydoc/test_pydoc.py
Misc/NEWS.d/next/Library/2023-08-02-01-17-32.gh-issue-107155.Mj1K9L.rst [new file with mode: 0644]