Fix inaccurate versionchanged tag for compressobj(): most parameter were there, just got kwarg support.

This commit is contained in:
Georg Brandl 2013-10-17 19:51:34 +02:00
parent c955291a05
commit 9ff06dcfad

View file

@ -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])