]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102628: Fix sqlite3 CLI prompt for Windows console users (#103898)
authorErlend E. Aasland <erlend.aasland@protonmail.com>
Thu, 27 Apr 2023 19:23:10 +0000 (21:23 +0200)
committerGitHub <noreply@github.com>
Thu, 27 Apr 2023 19:23:10 +0000 (21:23 +0200)
commit8def5ef0160979c05a20f35b143d2314e639982b
treea6d5b21275641ff06f7fd7844a61f56057b8f089
parent44b5c21f4124f9fa1312fada313c80c6abfa6d49
gh-102628: Fix sqlite3 CLI prompt for Windows console users (#103898)

The prompt will still be incorrect in IDLE on Windows,
as IDLE uses CTRL-D for EOF on all platforms.
Lib/sqlite3/__main__.py
Misc/NEWS.d/next/Library/2023-04-27-00-05-32.gh-issue-102628.X230E-.rst [new file with mode: 0644]