mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
wave: Deprecate the getmark(), setmark() and getmarkers() methods of the Wave_read and Wave_write classes. They will be removed in Python 3.15.
3 lines
216 B
ReStructuredText
3 lines
216 B
ReStructuredText
:mod:`wave`: Deprecate the ``getmark()``, ``setmark()`` and ``getmarkers()``
|
|
methods of the :class:`wave.Wave_read` and :class:`wave.Wave_write` classes.
|
|
They will be removed in Python 3.15. Patch by Victor Stinner.
|