0.4.0
Pre-release
Pre-release
Changes in this release involve modifications and additions to the IndexedGzipFile
class to make it look and behave more like the built-in gzip.GzipFile
class.
__init__
acceptsfilename
andmode
as its first two parameters- Changed default values for
__init__
parameters to values which have been qualitatively tested readline
,readlines
,__iter__
and__next__
methods added, for iteration over lines in text dataseek
method accepts awhence
parameter, and allows seeking fromSEEK_SET
orSEEK_CUR
.