mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
gh-94309: Add typing.Hashable and typing.Sized for "What's New for Python 3.12" (GH-94729)
Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
This commit is contained in:
parent
6a15f918b5
commit
b03a9e8c8a
1 changed files with 3 additions and 0 deletions
|
@ -132,6 +132,9 @@ CPython bytecode changes
|
|||
Deprecated
|
||||
==========
|
||||
|
||||
* :class:`typing.Hashable` and :class:`typing.Sized` aliases for :class:`collections.abc.Hashable`
|
||||
and :class:`collections.abc.Sized`. (:gh:`94309`)
|
||||
|
||||
|
||||
Pending Removal in Python 3.13
|
||||
------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue