]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-121499: Fix multi-line history rendering in the REPL (GH-121531) (#121679)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 13 Jul 2024 13:56:56 +0000 (15:56 +0200)
committerGitHub <noreply@github.com>
Sat, 13 Jul 2024 13:56:56 +0000 (15:56 +0200)
commitde51ee0c2351124181e61613167a1c468380ceaa
treebb05e01d52d256eadd3c48b60b7015b81d4fd024
parent5e8bb98419b01301a6b12b110526bc9a348eeb0b
[3.13] gh-121499: Fix multi-line history rendering in the REPL (GH-121531) (#121679)

gh-121499: Fix multi-line history rendering in the REPL (GH-121531)
(cherry picked from commit 4b9e10d0ea352592049c1f2a00318d7274143fa4)

Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
Co-authored-by: Pablo Galindo Salgado <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]