]> granicus.if.org Git - python/commitdiff
Fix inaccurate versionchanged tag for compressobj(): most parameter were there, just...
authorGeorg Brandl <georg@python.org>
Thu, 17 Oct 2013 17:51:34 +0000 (19:51 +0200)
committerGeorg Brandl <georg@python.org>
Thu, 17 Oct 2013 17:51:34 +0000 (19:51 +0200)
Doc/library/zlib.rst

index 731023e139ddadc94dec8d06fbb639f68dee12fe..d9a29a8814e7671f10580bd4aa877e08f447be30 100644 (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])