Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
write() is inherited from IO[bytes], where it's defined as `def write(self, s: AnyStr) -> int: ...`. If AnyStr is bytes, this should accept bytes, bytearray, and memoryview, so the overload is unnecessary. Closes: python#4201
- Loading branch information