@@ -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+
13121331xml.parsers.expat
13131332-----------------
13141333
@@ -1578,21 +1597,6 @@ typing
15781597wave
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