https://github.com/python/cpython/commit/31b56df3bb3c5e3ced10a0ad1eaed43e75f36f22 commit: 31b56df3bb3c5e3ced10a0ad1eaed43e75f36f22 branch: main author: Stan Ulbrych <89152624+stanfromirel...@users.noreply.github.com> committer: encukou <encu...@gmail.com> date: 2025-07-01T12:30:51+02:00 summary:
gh-133447: Update `sqlite3` What's New 3.15 entry (GH-136079) files: M Doc/whatsnew/3.15.rst diff --git a/Doc/whatsnew/3.15.rst b/Doc/whatsnew/3.15.rst index e58b4250f356c2..fb3f6312798753 100644 --- a/Doc/whatsnew/3.15.rst +++ b/Doc/whatsnew/3.15.rst @@ -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 _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: arch...@mail-archive.com