Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pythongh-102500: Remove mention of bytes shorthand
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 (python#91896) and has different semantics (python#102092) I think it would be good to backport this since the changes in the type system are immediate and apply to all versions of Python.
- Loading branch information