Commit 7468c351 authored by Georg Brandl's avatar Georg Brandl

Fix inaccurate versionchanged tag for compressobj(): most parameter were...

Fix inaccurate versionchanged tag for compressobj(): most parameter were there, just got kwarg support.
parent 79f6b550
...@@ -88,8 +88,7 @@ The available exception and functions in this module are: ...@@ -88,8 +88,7 @@ The available exception and functions in this module are:
that are expected to be most common should come at the end of the dictionary. that are expected to be most common should come at the end of the dictionary.
.. versionchanged:: 3.3 .. versionchanged:: 3.3
Added the *method*, *wbits*, *memlevel*, *strategy* and *zdict* Added the *zdict* parameter and keyword argument support.
parameters.
.. function:: crc32(data[, value]) .. function:: crc32(data[, value])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment