-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
wave: Deprecate getmark(), setmark() and getmarkers() methods #105096
Labels
type-bug
An unexpected behavior, bug, or error
Comments
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
May 30, 2023
Deprecate the getmark(), setmark() and getmarkers() methods of the Wave_read and Wave_write classes of the wave module.
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
May 30, 2023
wave: Deprecate the getmark(), setmark() and getmarkers() methods of the Wave_read and Wave_write classes. They will be removed in Python 3.15.
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
May 30, 2023
wave: Deprecate the getmark(), setmark() and getmarkers() methods of the Wave_read and Wave_write classes. They will be removed in Python 3.15.
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
May 31, 2023
Add ".. class::" markups in the wave documentation. * Reformat also wave.py (minor PEP 8 changes). * Remove redundant "import struct": it's already imported at top level.
vstinner
added a commit
that referenced
this issue
May 31, 2023
Add ".. class::" markups in the wave documentation. * Reformat also wave.py (minor PEP 8 changes). * Remove redundant "import struct": it's already imported at top level. * Remove wave.rst from .nitignore
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
May 31, 2023
Add ".. class::" markups in the wave documentation. * Reformat also wave.py (minor PEP 8 changes). * Remove redundant "import struct": it's already imported at top level. * Remove wave.rst from .nitignore (cherry picked from commit 85e5d03)
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
May 31, 2023
wave: Deprecate the getmark(), setmark() and getmarkers() methods of the Wave_read and Wave_write classes. They will be removed in Python 3.15.
vstinner
added a commit
that referenced
this issue
May 31, 2023
wave: Deprecate the getmark(), setmark() and getmarkers() methods of the Wave_read and Wave_write classes. They will be removed in Python 3.15.
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
May 31, 2023
…ython#105138) pythongh-105096: Reformat wave documentation (python#105136) Add ".. class::" markups in the wave documentation. * Reformat also wave.py (minor PEP 8 changes). * Remove redundant "import struct": it's already imported at top level. * Remove wave.rst from .nitignore (cherry picked from commit 85e5d03) (cherry picked from commit 01b42f9)
vstinner
added a commit
that referenced
this issue
May 31, 2023
…05155) [3.12] gh-105096: Reformat wave documentation (#105136) (#105138) gh-105096: Reformat wave documentation (#105136) Add ".. class::" markups in the wave documentation. * Reformat also wave.py (minor PEP 8 changes). * Remove redundant "import struct": it's already imported at top level. * Remove wave.rst from .nitignore (cherry picked from commit 85e5d03) (cherry picked from commit 01b42f9)
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
The
wave
module has getmark(), setmark() and getmarkers() methods (in Wave_read and Wave_write classes) which only exist for compatibility with theaifc
module which has been removed in Python 3.13 (PR #104933). I propose to remove these methods.Linked PRs
The text was updated successfully, but these errors were encountered: