mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Fix inaccurate versionchanged tag for compressobj(): most parameter were there, just got kwarg support.
This commit is contained in:
parent
c955291a05
commit
9ff06dcfad
1 changed files with 1 additions and 2 deletions
|
@ -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.
|
||||
|
||||
.. versionchanged:: 3.3
|
||||
Added the *method*, *wbits*, *memlevel*, *strategy* and *zdict*
|
||||
parameters.
|
||||
Added the *zdict* parameter and keyword argument support.
|
||||
|
||||
|
||||
.. function:: crc32(data[, value])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue