]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-118911: Trailing whitespace in a block shouldn't prevent the user from...
authorLysandros Nikolaou <lisandrosnik@gmail.com>
Thu, 23 May 2024 04:12:26 +0000 (00:12 -0400)
committerGitHub <noreply@github.com>
Thu, 23 May 2024 04:12:26 +0000 (00:12 -0400)
commit9fa1b4fc466e9857210fd6e87f1cbf0c234886ee
tree94c20867abccc8fbe4e2b94cb304f0f4d3eb9963
parentdbff1f107731c76770ed279170a709a54601f8be
[3.13] gh-118911: Trailing whitespace in a block shouldn't prevent the user from terminating the code block (GH-119355) (#119404)

(cherry picked from commit 5091c4400c9ea2a2d1e4d89a28c9d0de2651fa6d)

Co-authored-by: Aya Elsayed <ayah.ehab11@gmail.com>
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]