Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 356 Bytes

CHANGELOG.rst

File metadata and controls

11 lines (8 loc) · 356 Bytes

== 0.2.0 ==

  • HTTPIOFile descends from io.BufferedIOBase and implements the full protocol specified for that class
  • HTTPIOFile has a peek method similar to io.BufferedReader

== 0.1.4 ==

  • Added unittests
  • Fixed bug that caused file location pointer to advance twice on some reads
  • Fixed bug that caused some reads to return more data than intended