]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94309: Deprecate typing.Hashable/Sized (GH-94626)
authorMonadChains <monadchains@gmail.com>
Sun, 10 Jul 2022 18:04:01 +0000 (20:04 +0200)
committerGitHub <noreply@github.com>
Sun, 10 Jul 2022 18:04:01 +0000 (19:04 +0100)
commite8e4b550f50e716c57cc5d0225042ab766c5582d
treef1bfa0a3eca34c3104290cb6bc66858a109cb547
parentef61b259e35a0249840184b59f43d8a7f9b095bc
gh-94309: Deprecate typing.Hashable/Sized (GH-94626)

Deprecate typing.Hashable/Sized. Use the collections.abc counterparts directly instead.

To be consistent with PEP 585, deprecated aliases will not raise any DeprecationWarning.
Doc/library/typing.rst
Misc/NEWS.d/next/Library/2022-07-06-22-41-51.gh-issue-94309._XswsX.rst [new file with mode: 0644]