]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-140131: Fix REPL cursor position on Windows when module completion suggesti...
authorŁukasz Langa <lukasz@langa.pl>
Thu, 12 Mar 2026 17:15:17 +0000 (18:15 +0100)
committerGitHub <noreply@github.com>
Thu, 12 Mar 2026 17:15:17 +0000 (18:15 +0100)
commit3ae8cc8310ba5546d41473e860b600e9f3138deb
tree46a87c096e8afb31db8f19c01e05b630cc6e69d3
parente98936171b994c6218fb56bcf1bc414e94704fcc
[3.13] gh-140131: Fix REPL cursor position on Windows when module completion suggestion line hits console width (GH-140333) (GH-145872)

(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]