v1.3.0: Merge pull request #37 from pauldmccarthy/enh/seek_end
Changes in this release:
- The
IndexedGzipFile.seek
method now accepts seeking from the end of uncompressed stream viaSEEK_END
, as long as the index has been built (#37).
Changes in this release:
IndexedGzipFile.seek
method now accepts seeking from the end of uncompressed stream via SEEK_END
, as long as the index has been built (#37).