From: Garry Cairns <2401853+garry-cairns@users.noreply.github.com> Date: Mon, 14 Jul 2025 10:32:10 +0000 (+0100) Subject: gh-134567: Move unittest What’s New entry (#136630) X-Git-Tag: v3.15.0a1~980 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=75e2c5dd346d18c0e3c11d664c84d47becf1349b;p=thirdparty%2FPython%2Fcpython.git gh-134567: Move unittest What’s New entry (#136630) --- 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 ----