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 760b8cf commit b916294Copy full SHA for b916294
Doc/library/typing.rst
@@ -2215,6 +2215,9 @@ Corresponding to other types in :mod:`collections.abc`
2215
2216
An alias to :class:`collections.abc.Hashable`.
2217
2218
+ .. deprecated:: 3.12
2219
+ :class:`collections.abc.Hashable` should be directly imported from the original module.
2220
+
2221
.. class:: Reversible(Iterable[T_co])
2222
2223
A generic version of :class:`collections.abc.Reversible`.
@@ -2227,6 +2230,9 @@ Corresponding to other types in :mod:`collections.abc`
2227
2230
2228
2231
An alias to :class:`collections.abc.Sized`.
2229
2232
2233
2234
+ :class:`collections.abc.Sized` should be directly imported from the original module.
2235
2236
Asynchronous programming
2237
""""""""""""""""""""""""
2238
0 commit comments