diff --git a/stdlib/3/http/client.pyi b/stdlib/3/http/client.pyi index cb0c272bb..930112278 100644 --- a/stdlib/3/http/client.pyi +++ b/stdlib/3/http/client.pyi @@ -105,7 +105,7 @@ if sys.version_info >= (3, 5): exc_val: Optional[BaseException], exc_tb: Optional[types.TracebackType]) -> bool: ... else: - class HTTPResponse(BinaryIO): + class HTTPResponse(io.RawIOBase, BinaryIO): # type: ignore msg = ... # type: HTTPMessage headers = ... # type: HTTPMessage version = ... # type: int