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 45bd313 commit bfe302fCopy full SHA for bfe302f
README.rst
@@ -187,6 +187,11 @@ Changelog
187
in-development
188
~~~~~~~~~~~~~~~~~~~
189
190
+* #154: Support for gzip levels has been made more consistent. Levels 0-9
191
+ are supported. Level 11 which was only available when the ``pigz`` backend was
192
+ present is not supported anymore. Level 0, gzip format without compression,
193
+ lead to crashes when the ``gzip`` application backend was used as this does
194
+ not have a ``-0`` flag. ``xopen()`` now defers to other backends in that case.
195
* #152: ``xopen()`` now accepts `file-like objects
196
<https://docs.python.org/3/glossary.html#term-file-object>`_ for its filename
197
argument.
0 commit comments