[3.11] [typing docs] Don't describe Sized and Hashable as deprecated in the 3.11 docs (#105496)

This commit is contained in:
Alex Waygood 2023-06-08 13:09:52 +01:00 committed by GitHub
parent acf3916e84
commit 02c5513b30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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
""""""""""""""""""""""""