Skip to content

Commit 75e2c5d

Browse files
authored
gh-134567: Move unittest What’s New entry (#136630)
1 parent 5bbf30e commit 75e2c5d

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,14 @@ tarfile
278278
and :cve:`2025-4435`.)
279279

280280

281+
unittest
282+
--------
283+
284+
* :func:`unittest.TestCase.assertLogs` will now accept a formatter
285+
to control how messages are formatted.
286+
(Contributed by Garry Cairns in :gh:`134567`.)
287+
288+
281289
zlib
282290
----
283291

@@ -388,15 +396,6 @@ typing
388396
(Contributed by Bénédikt Tran in :gh:`133823`.)
389397

390398

391-
unittest
392-
--------
393-
394-
* Lets users specify formatter in TestCase.assertLogs.
395-
:func:`unittest.TestCase.assertLogs` will now accept a formatter
396-
to control how messages are formatted.
397-
(Contributed by Garry Cairns in :gh:`134567`.)
398-
399-
400399
wave
401400
----
402401

0 commit comments

Comments
 (0)