]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-118803: Remove `ByteString` from `typing` and `collections.abc` (#118804)
authorNikita Sobolev <mail@sobolevn.me>
Wed, 8 May 2024 23:37:55 +0000 (02:37 +0300)
committerGitHub <noreply@github.com>
Wed, 8 May 2024 23:37:55 +0000 (00:37 +0100)
commit2f4db5a04d6fa7ba5c1c6b82b482dd7ca48f3382
treedf37392481bc7c25e0967bda85be847abd78cf19
parentcb6f75a32ca2649c6cc1cabb0301eb783efbd55b
gh-118803: Remove `ByteString` from `typing` and `collections.abc` (#118804)
12 files changed:
Doc/library/collections.abc.rst
Doc/library/stdtypes.rst
Doc/library/typing.rst
Doc/whatsnew/3.12.rst
Doc/whatsnew/3.13.rst
Doc/whatsnew/3.14.rst
Lib/_collections_abc.py
Lib/test/libregrtest/refleak.py
Lib/test/test_collections.py
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2024-05-09-00-52-30.gh-issue-118803.Wv3AvU.rst [new file with mode: 0644]