]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-94309: Add typing.Hashable and typing.Sized for "What's New for Python 3.12" ...
authorMonadChains <monadchains@gmail.com>
Thu, 14 Jul 2022 06:50:31 +0000 (08:50 +0200)
committerGitHub <noreply@github.com>
Thu, 14 Jul 2022 06:50:31 +0000 (07:50 +0100)
Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Doc/whatsnew/3.12.rst

index 3de80cf6a68fcff6db21cba7fa61a9e936c6898a..c23026b436c88bcb7865bc13c8e8252985a79044 100644 (file)
@@ -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
 ------------------------------