Skip to content

Commit b03a9e8

Browse files
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>
1 parent 6a15f91 commit b03a9e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Doc/whatsnew/3.12.rst

+3
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@ CPython bytecode changes
132132
Deprecated
133133
==========
134134

135+
* :class:`typing.Hashable` and :class:`typing.Sized` aliases for :class:`collections.abc.Hashable`
136+
and :class:`collections.abc.Sized`. (:gh:`94309`)
137+
135138

136139
Pending Removal in Python 3.13
137140
------------------------------

0 commit comments

Comments
 (0)