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 91afdcb commit 0edaa29Copy full SHA for 0edaa29
1 file changed
Doc/whatsnew/3.15.rst
@@ -290,7 +290,25 @@ typing
290
or ``TD = TypedDict("TD", {})`` instead.
291
(Contributed by Bénédikt Tran in :gh:`133823`.)
292
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
312
zipimport
313
---------
314
0 commit comments