http.client: uPy doesn't have io.RawIOBase, so skip it.

pull/118/head
Paul Sokolovsky 2014-05-25 23:02:14 +03:00
rodzic 6c8875f591
commit 34644d566e
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -273,7 +273,8 @@ def parse_headers(fp, _class=HTTPMessage):
_strict_sentinel = object()
class HTTPResponse(io.RawIOBase):
class HTTPResponse:
#class HTTPResponse(io.RawIOBase):
# See RFC 2616 sec 19.6 and RFC 1945 sec 6 for details.