]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-134567: Move unittest What’s New entry (#136630)
authorGarry Cairns <2401853+garry-cairns@users.noreply.github.com>
Mon, 14 Jul 2025 10:32:10 +0000 (11:32 +0100)
committerGitHub <noreply@github.com>
Mon, 14 Jul 2025 10:32:10 +0000 (13:32 +0300)
Doc/whatsnew/3.15.rst

index 2f713fbb888c30104791681290a50027646e0447..dd0bb6bd5b86b305a0271e9966d5bb5391874d12 100644 (file)
@@ -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
 ----