Skip to content

Commit 0edaa29

Browse files
authored
Update 3.15.rst
1 parent 91afdcb commit 0edaa29

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,25 @@ typing
290290
or ``TD = TypedDict("TD", {})`` instead.
291291
(Contributed by Bénédikt Tran in :gh:`133823`.)
292292

293-
293+
294+
unittest
295+
--------
296+
297+
* Lets users specify formatter in TestCase.assertLogs.
298+
:func:`unittest.TestCase.assertLogs` will now accept a formatter
299+
to control how messages are formatted.
300+
(Contributed by Garry Cairns in :gh:`134567`.)
301+
302+
303+
wave
304+
----
305+
306+
* Removed the ``getmark()``, ``setmark()`` and ``getmarkers()`` methods
307+
of the :class:`~wave.Wave_read` and :class:`~wave.Wave_write` classes,
308+
which were deprecated since Python 3.13.
309+
(Contributed by Bénédikt Tran in :gh:`133873`.)
310+
311+
294312
zipimport
295313
---------
296314

0 commit comments

Comments
 (0)