mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
parent
95657cdd40
commit
2d8f94532b
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ The available exception and functions in this module are:
|
||||||
Raises the :exc:`error` exception if any error occurs.
|
Raises the :exc:`error` exception if any error occurs.
|
||||||
|
|
||||||
.. versionchanged:: 3.6
|
.. versionchanged:: 3.6
|
||||||
*level* is now supported as keyword arguments.
|
*level* can now be used as a keyword parameter.
|
||||||
|
|
||||||
|
|
||||||
.. function:: compressobj(level=-1, method=DEFLATED, wbits=15, memLevel=8, strategy=Z_DEFAULT_STRATEGY[, zdict])
|
.. function:: compressobj(level=-1, method=DEFLATED, wbits=15, memLevel=8, strategy=Z_DEFAULT_STRATEGY[, zdict])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue