8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d132795 commit 74261c7Copy full SHA for 74261c7
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`.)
+ * :class:`typing.Hashable` and :class:`typing.Sized`, aliases for
+ :class:`collections.abc.Hashable` and :class:`collections.abc.Sized` respectively, are
1294
+ deprecated. (: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