From c8c7f3eeebf6613530da4055692c0518ab19bea9 Mon Sep 17 00:00:00 2001 From: "Erlend E. Aasland" Date: Wed, 20 Jul 2022 17:48:51 +0200 Subject: [PATCH 1/4] [3.11] gh-29304: 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 58ecf335f87b10..a43b394839b74c 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 gh:`29304`) + sys --- From 6bc47f83a5298c0d3c20fb9c79df7bb4206339ad Mon Sep 17 00:00:00 2001 From: "Erlend E. Aasland" Date: Wed, 20 Jul 2022 17:52:59 +0200 Subject: [PATCH 2/4] Fix rest syntax --- 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 a43b394839b74c..cc8a794a2d8ec9 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 gh:`29304`) + (Contributed by Erlend E. Aasland in :gh:`29304`) sys From b4323c6e27351ce36d5869bcbb99cd6cf2c981c6 Mon Sep 17 00:00:00 2001 From: "Erlend E. Aasland" Date: Wed, 20 Jul 2022 18:02:39 +0200 Subject: [PATCH 3/4] The docs check did not accept the gh issue number; using bpo 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 cc8a794a2d8ec9..91f62bc3dc4a28 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 :gh:`29304`) + (Contributed by Erlend E. Aasland in :gh:`10572`) sys From 7f1d55330ad28274e59acfc029356e6d3202ddd1 Mon Sep 17 00:00:00 2001 From: "Erlend E. Aasland" Date: Wed, 20 Jul 2022 18:06:32 +0200 Subject: [PATCH 4/4] :issue: iso. :gh: for bpo numbers --- 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 91f62bc3dc4a28..8ad4b84f8d7269 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 :gh:`10572`) + (Contributed by Erlend E. Aasland in :issue:`10572`) sys