Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chardet: UniversalDetector.feed accepts bytearray
Technically it accepts any buffer, but the inline type annotations now say bytes | bytearray, so let's stick to that. Part of python#9006
- Loading branch information