]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105096: Deprecate wave getmarkers() method (#105098)
authorVictor Stinner <vstinner@python.org>
Wed, 31 May 2023 12:09:41 +0000 (14:09 +0200)
committerGitHub <noreply@github.com>
Wed, 31 May 2023 12:09:41 +0000 (12:09 +0000)
commit03ad6624c2b4a30cccf6d5b7e2b9999e104444ae
tree3ab7a406a8bfb64a25e7fcee0a32f307096f50bb
parent58a2e0981642dcddf49daa776ff68a43d3498cee
gh-105096: Deprecate wave getmarkers() method (#105098)

wave: Deprecate the getmark(), setmark() and getmarkers() methods of
the Wave_read and Wave_write classes. They will be removed in Python
3.15.
Doc/library/wave.rst
Doc/whatsnew/3.13.rst
Lib/test/test_wave.py
Lib/wave.py
Misc/NEWS.d/next/Library/2023-05-30-17-39-03.gh-issue-105096.pw00FW.rst [new file with mode: 0644]