From 9e5454bbc1bb7c6d36025b9e007acc1ba543c4f9 Mon Sep 17 00:00:00 2001 From: Garry Cairns <2401853+garry-cairns@users.noreply.github.com> Date: Sun, 13 Jul 2025 18:40:31 +0100 Subject: [PATCH] Moves docs to correct section --- 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 2f713fbb888c30..dd0bb6bd5b86b3 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 ----