From 6c6de0a0dce9d2d83405cdc2cbfddc901f4b2fb6 Mon Sep 17 00:00:00 2001 From: "Erlend E. Aasland" Date: Wed, 20 Jul 2022 17:48:51 +0200 Subject: [PATCH 1/3] bpo-10572: Mention sqlite3 test relocation in What's New --- Doc/whatsnew/3.11.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 63afbbb7f18e0b..d2095375526420 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -673,6 +673,10 @@ sqlite3 :class:`sqlite3.Blob` allows incremental I/O operations on blobs. (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 :issue:`10572`) + sys --- From f4280c990b4c49361d1418cf8f630cbea388410b Mon Sep 17 00:00:00 2001 From: "Erlend E. Aasland" Date: Wed, 20 Jul 2022 18:29:06 +0200 Subject: [PATCH 2/3] Try using correct gh number --- Doc/whatsnew/3.11.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index d2095375526420..e5efd2b751ea0e 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -675,7 +675,7 @@ sqlite3 * Rename ``sqlite3`` tests from ``test_sqlite`` to ``test_sqlite3``, and relocate them to ``Lib/test/test_sqlite3``. - (Contributed by Erlend E. Aasland in :issue:`10572`) + (Contributed by Erlend E. Aasland in :gh:`54781`) sys From 0167966c39462208fd2b0930df2530032a9472bb Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Wed, 20 Jul 2022 12:44:30 -0400 Subject: [PATCH 3/3] Add periods to Contributed notes. --- Doc/whatsnew/3.11.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index e5efd2b751ea0e..a6904a31e31810 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -671,11 +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`) + (Contributed by Erlend E. Aasland in :gh:`54781`.) sys