]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-111201: Add append to screen method to avoid recalculation (GH-119274)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 22 May 2024 16:03:04 +0000 (18:03 +0200)
committerGitHub <noreply@github.com>
Wed, 22 May 2024 16:03:04 +0000 (16:03 +0000)
commitaefe2e626eeb2f05cda10a17926f8ba9b7a504ca
treed49408a37d65ab1ee30e2ba7887adc1a6b697a6d
parentac9163637b028fc4b457f83b1a49b2f7ffbff6e6
[3.13] gh-111201: Add append to screen method to avoid recalculation (GH-119274) (#119405)

(cherry picked from commit c886bece3b3a49f8a0f188aecfc1d6ff89d281e6)

Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
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