]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-133447: Update `sqlite3` What's New 3.15 entry (GH-136079)
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Tue, 1 Jul 2025 10:30:51 +0000 (11:30 +0100)
committerGitHub <noreply@github.com>
Tue, 1 Jul 2025 10:30:51 +0000 (12:30 +0200)
Doc/whatsnew/3.15.rst

index e58b4250f356c2f7b63d6fa3738d3019a33de4f9..fb3f631279875365b0703f4d6ab79e989373290e 100644 (file)
@@ -140,8 +140,15 @@ shelve
 sqlite3
 -------
 
-* Support SQL keyword completion in the :mod:`sqlite3` command-line interface.
-  (Contributed by Long Tan in :gh:`133393`.)
+* The :ref:`command-line interface <sqlite3-cli>` has several new features:
+
+   * SQL keyword completion on <tab>.
+     (Contributed by Long Tan in :gh:`133393`.)
+
+   * Prompts, error messages, and help text are now colored.
+     This is enabled by default, see :ref:`using-on-controlling-color` for
+     details.
+     (Contributed by Stan Ulbrych and Ćukasz Langa in :gh:`133461`)
 
 
 ssl