]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-107155: Fix help() for lambda function with return annotation (GH-115612)
authorKirill Podoprigora <kirill.bast9@mail.ru>
Sat, 17 Feb 2024 15:14:41 +0000 (18:14 +0300)
committerGitHub <noreply@github.com>
Sat, 17 Feb 2024 15:14:41 +0000 (17:14 +0200)
commite32cde54f5b086bf994cb183f67d0b1a3a378c3e
tree3c70df5ccd03ceb3a0aeaef1ef7a490c2c49294d
parent6e89292f2c995f0708a9587efb0677166ab5fa55
[3.12] gh-107155: Fix help() for lambda function with return annotation (GH-115612)

(cherry picked from commit b9a9e3dd62326b726ad2e8e8efd87ca6327b4019)
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]