]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-140131: Fix REPL cursor position on Windows when module completion suggesti...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 12 Mar 2026 17:15:05 +0000 (18:15 +0100)
committerGitHub <noreply@github.com>
Thu, 12 Mar 2026 17:15:05 +0000 (18:15 +0100)
commit6669b20514e313364f600ce6e3e9b4ab883f4a94
tree0812f6e32f80a200f6be4c0850cd0e918d5c5fcc
parentf9589cb1b26c1f9d7cd0fe823ba211ea6c5804cd
[3.14] gh-140131: Fix REPL cursor position on Windows when module completion suggestion line hits console width (GH-140333) (GH-145871)

(cherry picked from commit e13f6dccd7a2f8df543a18c4a3ad92610dc087cb)

Co-authored-by: Tan Long <tanloong@foxmail.com>
Lib/_pyrepl/windows_console.py
Lib/test/test_pyrepl/test_pyrepl.py
Misc/NEWS.d/next/Library/2026-02-11-21-01-30.gh-issue-144259.OAhOR8.rst [new file with mode: 0644]
Misc/NEWS.d/next/Windows/2025-10-19-23-44-46.gh-issue-140131.AABF2k.rst [new file with mode: 0644]