https://github.com/python/cpython/commit/75e2c5dd346d18c0e3c11d664c84d47becf1349b commit: 75e2c5dd346d18c0e3c11d664c84d47becf1349b branch: main author: Garry Cairns <[email protected]> committer: hugovk <[email protected]> date: 2025-07-14T13:32:10+03:00 summary:
gh-134567: Move unittest What’s New entry (#136630) files: M Doc/whatsnew/3.15.rst 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 ---- _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
