Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Next Next commit
Add missing backticks and class markers
  • Loading branch information
michael-the1 committed Jul 23, 2023
commit 4e074655488de7df529290337dafa1b7705566ad
4 changes: 2 additions & 2 deletions Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ Deprecated
(Contributed by Alex Waygood in :gh:`106309`.)

* :class:`typing.AnyStr` is deprecated in docs since Python 3.13. The intention
is to remove `AnyStr` from `__all__` and emit a :exc:`DeprecationWarning`
in Python 3.16, and to remove `AnyStr` entirely in Python 3.18.
is to remove :class:`AnyStr` from ``__all__`` and emit a :exc:`DeprecationWarning`
in Python 3.16, and to remove :class:`AnyStr` entirely in Python 3.18.
(Contributed by Michael The in :gh:`107116`.)
Comment thread
michael-the1 marked this conversation as resolved.

* :mod:`wave`: Deprecate the ``getmark()``, ``setmark()`` and ``getmarkers()``
Expand Down