Skip to content

Commit 21f1f94

Browse files
committed
Remove comment about Cython mandated keyword arguments
1 parent efbd6be commit 21f1f94

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,6 @@ Differences with zlib and gzip modules
119119
``isal_zlib`` supports memory levels smallest, small, medium, large and
120120
largest. These have been mapped to levels 1, 2-3, 4-6, 7-8 and 9. So
121121
``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.
126122
+ ``igzip.open`` returns a class ``IGzipFile`` instead of ``GzipFile``. Since
127123
the compression levels are not compatible, a difference in naming was chosen
128124
to reflect this. ``igzip.GzipFile`` does exist as an alias of

0 commit comments

Comments
 (0)