We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ee2d77 commit 2f7fa98Copy full SHA for 2f7fa98
Doc/whatsnew/3.12.rst
@@ -1289,8 +1289,9 @@ Deprecated
1289
1290
* :mod:`typing`:
1291
1292
- * :class:`typing.Hashable` and :class:`typing.Sized` aliases for :class:`collections.abc.Hashable`
1293
- and :class:`collections.abc.Sized`. (:gh:`94309`.)
+ * The :class:`typing.Hashable` and :class:`typing.Sized` aliases for
+ :class:`collections.abc.Hashable` and :class:`collections.abc.Sized` are deprecated and may be
1294
+ removed in a future version of Python. (:gh:`94309`.)
1295
1296
* :class:`typing.ByteString`, deprecated since Python 3.9, now causes a
1297
:exc:`DeprecationWarning` to be emitted when it is used.
0 commit comments