]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133390: Extend completion for .commands in `sqlite3` (GH-135432)
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Mon, 25 Aug 2025 12:58:00 +0000 (13:58 +0100)
committerGitHub <noreply@github.com>
Mon, 25 Aug 2025 12:58:00 +0000 (14:58 +0200)
commita5530656c152c1e7755d3d219f5b8b72f0f21479
treec5e23aa8a5295f679df366f59d446e98d8410550
parentb8c90e72b3baf1b81bd2b80d442d3cb25eb40e66
gh-133390: Extend completion for .commands in `sqlite3` (GH-135432)
Lib/sqlite3/__main__.py
Lib/sqlite3/_completer.py
Lib/test/test_sqlite3/test_cli.py