]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121499: Fix multi-line history rendering in the REPL (#121531)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Sat, 13 Jul 2024 10:54:10 +0000 (12:54 +0200)
committerGitHub <noreply@github.com>
Sat, 13 Jul 2024 10:54:10 +0000 (12:54 +0200)
commit4b9e10d0ea352592049c1f2a00318d7274143fa4
tree1c2c4a8484e656db28fd88dac57702c69bcf60da
parente745996b2d24b9234f896bdc2f3320e49287dcd0
gh-121499: Fix multi-line history rendering in the REPL (#121531)

Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
Lib/_pyrepl/historical_reader.py
Lib/_pyrepl/reader.py
Lib/test/test_pyrepl/support.py
Lib/test/test_pyrepl/test_pyrepl.py
Misc/NEWS.d/next/Core and Builtins/2024-07-09-13-53-18.gh-issue-121499.rpp7il.rst [new file with mode: 0644]