]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] [typing docs] Don't describe `Sized` and `Hashable` as deprecated in the 3...
authorAlex Waygood <Alex.Waygood@Gmail.com>
Thu, 8 Jun 2023 12:09:52 +0000 (13:09 +0100)
committerGitHub <noreply@github.com>
Thu, 8 Jun 2023 12:09:52 +0000 (13:09 +0100)
Doc/library/typing.rst

index 973445aff43214be11918d9a7d6bd772ae7c795e..4f13885847c6bf394cadf5965b3bca620be45c88 100644 (file)
@@ -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
 """"""""""""""""""""""""