File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,10 @@ that PyPy is no longer supported.
2929+ isal_zlib.compressobj and isal_zlib.decompressobj are now about six times
3030 faster.
3131+ igzip.decompress has 30% less overhead when called.
32- + ``isal_zlib `` functions now raise ``isal_zlib.error `` on error.
33- + The base class for ``isal_zlib.error `` and ``igzip_lib.IsalError `` is now
34- ``Exception `` instead of ``OSError ``.
32+ + Error structure has been simplified. There is only ``IsalError `` which has
33+ ``Exception `` as baseclass instead of ``OSError ``. ``isal_zlib.IsalError ``,
34+ ``igzip_lib.IsalError ``, ``isal_zlib.error `` and ``igzip_lib.error `` are
35+ all aliases of the same error class.
3536+ GzipReader now uses larger input and output buffers (128k) by default and
3637 IgzipDecompressor.decompress has been updated to allocate ``maxsize `` buffers
3738 when these are of reasonable size, instead of growing the buffer to maxsize
You can’t perform that action at this time.
0 commit comments