]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111201: Add append to screen method to avoid recalculation (#119274)
authorLysandros Nikolaou <lisandrosnik@gmail.com>
Wed, 22 May 2024 02:35:44 +0000 (22:35 -0400)
committerGitHub <noreply@github.com>
Wed, 22 May 2024 02:35:44 +0000 (04:35 +0200)
commitc886bece3b3a49f8a0f188aecfc1d6ff89d281e6
tree43956c1fc6a1df7b0c124fb0c9845ad364f5239a
parentd065edfb66470bbf06367b3570661d0346aa6707
gh-111201: Add append to screen method to avoid recalculation (#119274)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Lib/_pyrepl/commands.py
Lib/_pyrepl/completing_reader.py
Lib/_pyrepl/reader.py
Lib/_pyrepl/unix_console.py