1.8.4
Changes in this release:
- Change the
IndexedGzipFile
class to raise aFileNotFoundError
instead of aValueError
, when a path to a non-existent file is provided (#137).
Changes in this release:
IndexedGzipFile
class to raise a FileNotFoundError
instead of a ValueError
, when a path to a non-existent file is provided (#137).