summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-10-04 13:48:31 (GMT)
committerGitHub <noreply@github.com>2023-10-04 13:48:31 (GMT)
commitbc1fe3549b32896ef0cbae3d2220ebeaf111d9b8 (patch)
tree1cd8fd1fe7f564d4031dd84763759daec1cf875b /Misc/NEWS.d
parent7ec34874e3778267028f4938b30c769b69c8a0b2 (diff)
downloadcpython-bc1fe3549b32896ef0cbae3d2220ebeaf111d9b8.zip
cpython-bc1fe3549b32896ef0cbae3d2220ebeaf111d9b8.tar.gz
cpython-bc1fe3549b32896ef0cbae3d2220ebeaf111d9b8.tar.bz2
[3.12] gh-109151: Enable readline in the sqlite3 CLI (GH-109152) (#110352)
gh-109151: Enable readline in the sqlite3 CLI (GH-109152) (cherry picked from commit 254e30c487908a52a7545cea205aeaef5fbfeea4) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2023-09-08-19-44-01.gh-issue-109151.GkzkQu.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-09-08-19-44-01.gh-issue-109151.GkzkQu.rst b/Misc/NEWS.d/next/Library/2023-09-08-19-44-01.gh-issue-109151.GkzkQu.rst
new file mode 100644
index 0000000..78b4e88
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2023-09-08-19-44-01.gh-issue-109151.GkzkQu.rst
@@ -0,0 +1 @@
+Enable ``readline`` editing features in the :ref:`sqlite3 command-line interface <sqlite3-cli>` (``python -m sqlite3``).