We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69fe4d7 commit 2e6e996Copy full SHA for 2e6e996
Doc/whatsnew/3.12.rst
@@ -138,6 +138,12 @@ and will be removed in Python 3.14.
138
APIs:
139
140
* :class:`asyncio.MultiLoopChildWatcher` (:gh:`94648`)
141
+
142
+The following APIs were deprecated in this Python release and will be removed,
143
+although there is currently no date scheduled for their removal.
144
145
+APIs:
146
147
* :class:`typing.Hashable` and :class:`typing.Sized` aliases for :class:`collections.abc.Hashable`
148
and :class:`collections.abc.Sized`. (:gh:`94309`)
149
0 commit comments