Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/main' into 80480-deprecate-arr…
…ay-u
  • Loading branch information
hugovk committed Jun 4, 2023
commit 91e75ec4a44600d45a829e6248193d581102294b
6 changes: 6 additions & 0 deletions Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,14 @@ Deprecated
Pending Removal in Python 3.15
------------------------------

* :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.
Comment thread
hugovk marked this conversation as resolved.
(Contributed by Victor Stinner in :gh:`105096`.)

* :mod:`array`'s ``'u'`` format code, deprecated in docs since Python 3.3,
emits :exc:`DeprecationWarning` since 3.13
and will be removed in Python 3.15.
(contributed by Hugo van Kemenade in :gh:`80480`)

Removed
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.