]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-135621: Remove dependency on curses from PyREPL (GH-136758) (GH-136915)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 21 Jul 2025 11:02:41 +0000 (13:02 +0200)
committerGitHub <noreply@github.com>
Mon, 21 Jul 2025 11:02:41 +0000 (13:02 +0200)
commit031645a88427d8c8df70ae96519b4d2d0ae550f7
tree946ff6a981a33c466a3ee8bedd871f92489acfa5
parent4f6f3ee8d3710fef102071c53919a9af7a28613b
[3.14] gh-135621: Remove dependency on curses from PyREPL (GH-136758) (GH-136915)

(cherry picked from commit 09dfb50f1b7c23bc48d86bd579671761bb8ca48b)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Lib/_pyrepl/_minimal_curses.py [deleted file]
Lib/_pyrepl/curses.py [deleted file]
Lib/_pyrepl/terminfo.py [new file with mode: 0644]
Lib/_pyrepl/unix_console.py
Lib/_pyrepl/unix_eventqueue.py
Lib/test/test_pyrepl/__init__.py
Lib/test/test_pyrepl/test_eventqueue.py
Lib/test/test_pyrepl/test_pyrepl.py
Lib/test/test_pyrepl/test_terminfo.py [new file with mode: 0644]
Lib/test/test_pyrepl/test_unix_console.py
Misc/NEWS.d/next/Build/2025-07-18-17-15-00.gh-issue-135621.9cyCNb.rst [new file with mode: 0644]