File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -119,10 +119,6 @@ Differences with zlib and gzip modules
119
119
``isal_zlib `` supports memory levels smallest, small, medium, large and
120
120
largest. These have been mapped to levels 1, 2-3, 4-6, 7-8 and 9. So
121
121
``isal_zlib `` can be used with zlib compatible memory levels.
122
- + ``isal_zlib `` methods have a ``data `` argument which is positional only. In
123
- isal_zlib this is not enforced and it can also called as keyword argument.
124
- This is due to implementing ``isal_zlib `` in cython and maintaining backwards
125
- compatibility with python 3.6.
126
122
+ ``igzip.open `` returns a class ``IGzipFile `` instead of ``GzipFile ``. Since
127
123
the compression levels are not compatible, a difference in naming was chosen
128
124
to reflect this. ``igzip.GzipFile `` does exist as an alias of
You can’t perform that action at this time.
0 commit comments