We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bbf30e commit 75e2c5dCopy full SHA for 75e2c5d
Doc/whatsnew/3.15.rst
@@ -278,6 +278,14 @@ tarfile
278
and :cve:`2025-4435`.)
279
280
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
289
zlib
290
----
291
@@ -388,15 +396,6 @@ typing
388
396
(Contributed by Bénédikt Tran in :gh:`133823`.)
389
397
390
398
391
-unittest
392
---------
393
-
394
-* Lets users specify formatter in TestCase.assertLogs.
395
- :func:`unittest.TestCase.assertLogs` will now accept a formatter
- to control how messages are formatted.
- (Contributed by Garry Cairns in :gh:`134567`.)
399
400
wave
401
402
0 commit comments