Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
gh-133873: remove mark interface forwave.Wave_{read,write} objects#133874
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes from1 commit
60f7f193aae45d07216e410391580552005cf00395File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -144,6 +144,14 @@ typing | ||
| (Contributed by Bénédikt Tran in :gh:`133823`.) | ||
| wave | ||
| ---- | ||
| * The ``getmark()``, ``setmark()`` and ``getmarkers()`` methods of | ||
picnixz marked this conversation as resolved. OutdatedShow resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
| the :class:`~wave.Wave_read` and :class:`~wave.Wave_write` classes. | ||
| (Contributed by Bénédikt Tran in :gh:`133873`.) | ||
| Porting to Python 3.15 | ||
| ====================== | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| Remove the deprecated ``getmark()``, ``setmark()`` and ``getmarkers()`` | ||
| methods of the:class:`~wave.Wave_read` and:class:`~wave.Wave_write` | ||
| classes. Patch by Bénédikt Tran. | ||
picnixz marked this conversation as resolved. OutdatedShow resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
Uh oh!
There was an error while loading.Please reload this page.