8000 gh-133447: Update `sqlite3` What's New 3.15 entry (GH-136079) · python/cpython@31b56df · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 31b56df

Browse files
gh-133447: Update sqlite3 What's New 3.15 entry (GH-136079)
1 parent fe119a0 commit 31b56df

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,15 @@ shelve
140140
sqlite3
141141
-------
142142

143-
* Support SQL keyword completion in the :mod:`sqlite3` command-line interface.
144-
(Contributed by Long Tan in :gh:`133393`.)
143+
* The :ref:`command-line interface <sqlite3-cli>` has several new features:
144+
145+
* SQL keyword completion on <tab>.
146+
(Contributed by Long Tan in :gh:`133393`.)
147+
148+
* Prompts, error messages, and help text are now colored.
149+
This is enabled by default, see :ref:`using-on-controlling-color` for
150+
details.
151+
(Contributed by Stan Ulbrych and Łukasz Langa in :gh:`133461`)
145152

146153

147154
ssl

0 commit comments

Comments
 (0)
0