10000 gh-109151: Enable readline in the sqlite3 CLI by serhiy-storchaka · Pull Request #109152 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-109151: Enable readline in the sqlite3 CLI #109152

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 4, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Misc/NEWS.d/next/Library/2023-09-08-19-44-01.gh-issue-109151.G…
…kzkQu.rst

Co-authored-by: Victor Stinner <vstinner@python.org>
  • Loading branch information
serhiy-storchaka and vstinner authored Sep 15, 2023
commit 6fd1f979e04735b0d4cc1830bef8dfbcc92544a8
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Enable ``readline`` editing feasibilities in the :mod:`sqlite3` CLI.
Enable ``readline`` editing features in the :ref:`sqlite3 command-line interface <sqlite3-cli>` (``python -m sqlite3``).
0