Skip to content

Commit 4310282

Browse files
committed
gh-148257: move wave whatsnew to correct section
1 parent e11315d commit 4310282

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1309,6 +1309,25 @@ warnings
13091309
(Contributed by Serhiy Storchaka in :gh:`135801`.)
13101310

13111311

1312+
wave
1313+
----
1314+
1315+
* Added support for IEEE floating-point WAVE audio
1316+
(``WAVE_FORMAT_IEEE_FLOAT``) in :mod:`wave`.
1317+
1318+
* Added :meth:`wave.Wave_read.getformat`, :meth:`wave.Wave_write.getformat`,
1319+
and :meth:`wave.Wave_write.setformat` for explicit frame format handling.
1320+
1321+
* :meth:`wave.Wave_write.setparams` accepts both 7-item tuples including
1322+
``format`` and 6-item tuples for backwards compatibility (defaulting to
1323+
``WAVE_FORMAT_PCM``).
1324+
1325+
* ``WAVE_FORMAT_IEEE_FLOAT`` output now includes a ``fact`` chunk,
1326+
as required for non-PCM WAVE formats.
1327+
1328+
(Contributed by Lionel Koenig and Michiel W. Beijen in :gh:`60729`.)
1329+
1330+
13121331
xml.parsers.expat
13131332
-----------------
13141333

@@ -1578,21 +1597,6 @@ typing
15781597
wave
15791598
----
15801599

1581-
* Added support for IEEE floating-point WAVE audio
1582-
(``WAVE_FORMAT_IEEE_FLOAT``) in :mod:`wave`.
1583-
1584-
* Added :meth:`wave.Wave_read.getformat`, :meth:`wave.Wave_write.getformat`,
1585-
and :meth:`wave.Wave_write.setformat` for explicit frame format handling.
1586-
1587-
* :meth:`wave.Wave_write.setparams` accepts both 7-item tuples including
1588-
``format`` and 6-item tuples for backwards compatibility (defaulting to
1589-
``WAVE_FORMAT_PCM``).
1590-
1591-
* ``WAVE_FORMAT_IEEE_FLOAT`` output now includes a ``fact`` chunk,
1592-
as required for non-PCM WAVE formats.
1593-
1594-
(Contributed by Lionel Koenig and Michiel W. Beijen in :gh:`60729`.)
1595-
15961600
* Removed the ``getmark()``, ``setmark()`` and ``getmarkers()`` methods
15971601
of the :class:`~wave.Wave_read` and :class:`~wave.Wave_write` classes,
15981602
which were deprecated since Python 3.13.

0 commit comments

Comments
 (0)