We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0355c8 commit 7bdb235Copy full SHA for 7bdb235
CHANGELOG.rst
@@ -9,6 +9,11 @@ Changelog
9
10
version 0.6.0-dev
11
-----------------
12
++ ``python -m gzip``'s behaviour has been changed since fixing bug:
13
+ `bpo-43316 <https://bugs.python.org/issue43316>`_. This bug was not present
14
+ in ``python -m isal.igzip`` but it handled the error differently than the
15
+ solution in CPython. This is now corrected and ``python -m isal.igzip``
16
+ handles the error the same as the fixed ``python -m gzip``.
17
+ Installation on Windows is now supported. Wheels are provided for Windows as
18
well.
19
0 commit comments