]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-118911: Trailing whitespace in a block shouldn't prevent the user from terminating...
authorAya Elsayed <ayah.ehab11@gmail.com>
Wed, 22 May 2024 05:56:35 +0000 (06:56 +0100)
committerGitHub <noreply@github.com>
Wed, 22 May 2024 05:56:35 +0000 (07:56 +0200)
commit5091c4400c9ea2a2d1e4d89a28c9d0de2651fa6d
tree8f69df5fef2bea1a94eaf437bcb3b7c9687a714e
parente6572e8f98d33994d2d0dd3afa92a2a72ee642a9
gh-118911: Trailing whitespace in a block shouldn't prevent the user from terminating the code block (#119355)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Lib/_pyrepl/historical_reader.py
Lib/_pyrepl/readline.py
Lib/test/test_pyrepl/test_pyrepl.py
Lib/test/test_pyrepl/test_reader.py
Misc/NEWS.d/next/Library/2024-05-21-20-13-23.gh-issue-118911.iG8nMq.rst [new file with mode: 0644]