]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-132439: Fix REPL swallowing characters entered with AltGr on cmd.exe (GH-132440)
authorChris Eibl <138194463+chris-eibl@users.noreply.github.com>
Mon, 5 May 2025 16:45:45 +0000 (18:45 +0200)
committerGitHub <noreply@github.com>
Mon, 5 May 2025 16:45:45 +0000 (18:45 +0200)
commit07f416a3f063db6b91b8b99ff61a51b64b0503f1
treede38a06a8c3c64af904a536b7fcfb104fc0c696b
parentb6c2ef0c7a1e344681f9a8649bb662208ffd01cf
GH-132439: Fix REPL swallowing characters entered with AltGr on cmd.exe (GH-132440)

Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Lib/_pyrepl/windows_console.py
Lib/test/test_pyrepl/test_windows_console.py
Misc/NEWS.d/next/Library/2025-04-12-16-29-42.gh-issue-132439.3twrU6.rst [new file with mode: 0644]