From b03a9e8c8a4f3f5bb7196d4825fbfdaff022756f Mon Sep 17 00:00:00 2001 From: MonadChains Date: Thu, 14 Jul 2022 08:50:31 +0200 Subject: 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> --- Doc/whatsnew/3.12.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index 3de80cf..c23026b 100644 --- a/Doc/whatsnew/3.12.rst +++ b/Doc/whatsnew/3.12.rst @@ -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 ------------------------------ -- cgit v0.12