]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133439: Fix the error message in the sqlite3 CLI (GH-133807)
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Thu, 19 Jun 2025 11:46:33 +0000 (12:46 +0100)
committerGitHub <noreply@github.com>
Thu, 19 Jun 2025 11:46:33 +0000 (13:46 +0200)
commitecd83e02b128bf0879d9bb1d3940e40bcb14bdc6
tree18d434e8b3631eeeb9e9c767f8a5ebb6fe6889a2
parent9731dd2c8df3509095ea45493bcefabe732eaf60
gh-133439: Fix the error message in the sqlite3 CLI (GH-133807)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/sqlite3/__main__.py
Lib/test/test_sqlite3/test_cli.py