barneygale / httpio

Python library for reading HTTP resources as random-access file-like objects using the `Range` header
Other
31 stars 5 forks source link

Make HTTPIOFile an subclass of io.BufferedIOBase #2

Closed jamesba closed 6 years ago

barneygale commented 6 years ago

I've merged #1, does this now need a rebase?

jamesba commented 6 years ago

Rebase done

jamesba commented 6 years ago

Changes made as requested.

barneygale commented 6 years ago

Thanks very much, and sorry again for the slow progress.