From 02c5513b30f31b65fab48318772f83441f426df4 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Thu, 8 Jun 2023 13:09:52 +0100 Subject: [3.11] [typing docs] Don't describe `Sized` and `Hashable` as deprecated in the 3.11 docs (#105496) --- Doc/library/typing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index 973445a..4f13885 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 """""""""""""""""""""""" -- cgit v0.12