]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-138568: Make `help` mode in PyREPL not exit on empty line input (#143512)
authorŁukasz Langa <lukasz@langa.pl>
Wed, 7 Jan 2026 15:30:58 +0000 (16:30 +0100)
committerGitHub <noreply@github.com>
Wed, 7 Jan 2026 15:30:58 +0000 (16:30 +0100)
commitb3e4a3462f6011cacdfc58c565c69e4d7de6b9cd
treec0e769c3fa7d5f7e91eb0f809c6fcc5442896a5f
parenta1eedaee9860228492af28e64a86308efd6adbf9
gh-138568: Make `help` mode in PyREPL not exit on empty line input (#143512)

Signed-off-by: yihong0618 <zouzou0208@gmail.com>
Co-authored-by: yihong0618 <zouzou0208@gmail.com>
Lib/pydoc.py
Lib/test/test_pydoc/test_pydoc.py
Misc/NEWS.d/next/Core_and_Builtins/2025-09-06-08-29-08.gh-issue-138568.iZlalC.rst [new file with mode: 0644]