From 75e2c5dd346d18c0e3c11d664c84d47becf1349b Mon Sep 17 00:00:00 2001 From: Garry Cairns <2401853+garry-cairns@users.noreply.github.com> Date: Mon, 14 Jul 2025 11:32:10 +0100 Subject: [PATCH] =?utf8?q?gh-134567:=20Move=20unittest=20What=E2=80=99s=20?= =?utf8?q?New=20entry=20(#136630)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Doc/whatsnew/3.15.rst | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/Doc/whatsnew/3.15.rst b/Doc/whatsnew/3.15.rst index 2f713fbb888c..dd0bb6bd5b86 100644 --- a/Doc/whatsnew/3.15.rst +++ b/Doc/whatsnew/3.15.rst @@ -278,6 +278,14 @@ tarfile and :cve:`2025-4435`.) +unittest +-------- + +* :func:`unittest.TestCase.assertLogs` will now accept a formatter + to control how messages are formatted. + (Contributed by Garry Cairns in :gh:`134567`.) + + zlib ---- @@ -388,15 +396,6 @@ typing (Contributed by Bénédikt Tran in :gh:`133823`.) -unittest --------- - -* Lets users specify formatter in TestCase.assertLogs. - :func:`unittest.TestCase.assertLogs` will now accept a formatter - to control how messages are formatted. - (Contributed by Garry Cairns in :gh:`134567`.) - - wave ---- -- 2.47.3