diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 63afbbb7f18e0b..a6904a31e31810 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -671,7 +671,11 @@ sqlite3 * Add :meth:`~sqlite3.Connection.blobopen` to :class:`sqlite3.Connection`. :class:`sqlite3.Blob` allows incremental I/O operations on blobs. - (Contributed by Aviv Palivoda and Erlend E. Aasland in :issue:`24905`) + (Contributed by Aviv Palivoda and Erlend E. Aasland in :issue:`24905`.) + +* Rename ``sqlite3`` tests from ``test_sqlite`` to ``test_sqlite3``, + and relocate them to ``Lib/test/test_sqlite3``. + (Contributed by Erlend E. Aasland in :gh:`54781`.) sys