]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102500: Remove mention of bytes shorthand (#104281)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Mon, 8 May 2023 13:40:51 +0000 (06:40 -0700)
committerGitHub <noreply@github.com>
Mon, 8 May 2023 13:40:51 +0000 (14:40 +0100)
commit1f5679540ca4aa5c0eae06d3a2d5eda34b47e041
treed6f5d5edfb6071fa076ff61a1ae7b7e8e98813ea
parentc2683fc46d775d6c4afcb23658c0fd1e328e3c53
gh-102500: Remove mention of bytes shorthand (#104281)

The bytes shorthand was removed in PEP 688:
https://peps.python.org/pep-0688/#no-special-meaning-for-bytes

I also remove the reference to `collections.abc.ByteString`, since that
object is deprecated (#91896) and has different semantics (#102092)
Doc/library/typing.rst