From: Alex Waygood Date: Thu, 8 Jun 2023 12:09:52 +0000 (+0100) Subject: [3.11] [typing docs] Don't describe `Sized` and `Hashable` as deprecated in the 3... X-Git-Tag: v3.11.5~312 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=02c5513b30f31b65fab48318772f83441f426df4;p=thirdparty%2FPython%2Fcpython.git [3.11] [typing docs] Don't describe `Sized` and `Hashable` as deprecated in the 3.11 docs (#105496) --- diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index 973445aff432..4f13885847c6 100644 --- a/Doc/library/typing.rst +++ b/Doc/library/typing.rst @@ -2421,7 +2421,7 @@ Corresponding to other types in :mod:`collections.abc` .. class:: Hashable - Deprecated alias to :class:`collections.abc.Hashable`. + Alias to :class:`collections.abc.Hashable`. .. class:: Reversible(Iterable[T_co]) @@ -2433,7 +2433,7 @@ Corresponding to other types in :mod:`collections.abc` .. class:: Sized - Deprecated alias to :class:`collections.abc.Sized`. + Alias to :class:`collections.abc.Sized`. Asynchronous programming """"""""""""""""""""""""