]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-91896: Deprecate collections.abc.ByteString (#102096)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Thu, 4 May 2023 16:39:33 +0000 (09:39 -0700)
committerGitHub <noreply@github.com>
Thu, 4 May 2023 16:39:33 +0000 (09:39 -0700)
commit09b7695f12f2b44d2df6898407d7e68dd9493ed4
treed2446f9106a98a4459dffb53b5a2a4169102d14a
parent2ba931ff727395cf89b290ed313a8e15db0bfcf1
gh-91896: Deprecate collections.abc.ByteString (#102096)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Doc/library/collections.abc.rst
Doc/library/typing.rst
Doc/whatsnew/3.12.rst
Lib/_collections_abc.py
Lib/test/test_collections.py
Misc/NEWS.d/next/Library/2023-03-08-02-45-46.gh-issue-91896.kgON_a.rst [new file with mode: 0644]