mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
[3.11] [typing docs] Don't describe Sized
and Hashable
as deprecated in the 3.11 docs (#105496)
This commit is contained in:
parent
acf3916e84
commit
02c5513b30
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
""""""""""""""""""""""""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue