]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133400: Fixed Ctrl+D (^D) behavior in :mod:`_pyrepl` module (GH-133883)
authorDeepWzh <wzh2012@outlook.com>
Thu, 9 Oct 2025 14:16:48 +0000 (22:16 +0800)
committerGitHub <noreply@github.com>
Thu, 9 Oct 2025 14:16:48 +0000 (16:16 +0200)
commit81959a0364f5bc15414d5bd61c5c0d019d486fe5
tree9bee44275013d46a97fe9795a3e3ea46467104d5
parentd2deb8fdef1ac5e54564448677cdb1522f1b776d
gh-133400: Fixed Ctrl+D (^D) behavior in :mod:`_pyrepl` module (GH-133883)

Co-authored-by: adam j hartz <adam@smatz.net>
Lib/_pyrepl/commands.py
Lib/test/test_pyrepl/test_pyrepl.py
Misc/NEWS.d/next/Core_and_Builtins/2025-05-11-09-40-19.gh-issue-133400.zkWla8.rst [new file with mode: 0644]