diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index 3de80cf6a68fcf..c23026b436c88b 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 ------------------------------