]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-118803: Make `ByteString` deprecations louder; remove `ByteString` from `typing...
authorAlex Waygood <Alex.Waygood@Gmail.com>
Thu, 18 Sep 2025 18:58:16 +0000 (19:58 +0100)
committerGitHub <noreply@github.com>
Thu, 18 Sep 2025 18:58:16 +0000 (18:58 +0000)
commit293b05c09b4f4bd169086e3924162104254c7766
tree50879315b124b5b2d14d2e39567e29287c607633
parent4305cc3ef35a35f9b2c163ae0ffeea219da5af5d
gh-118803: Make `ByteString` deprecations louder; remove `ByteString` from `typing.__all__` and `collections.abc.__all__` (#139127)
Doc/whatsnew/3.15.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/2025-09-18-14-21-57.gh-issue-118803.2JPbto.rst [new file with mode: 0644]