From: Georg Brandl Date: Thu, 17 Oct 2013 17:51:34 +0000 (+0200) Subject: Fix inaccurate versionchanged tag for compressobj(): most parameter were there, just... X-Git-Tag: v3.4.0a4~78^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ff06dcfad8d089251d5207cb1ce3ffb01885601;p=python Fix inaccurate versionchanged tag for compressobj(): most parameter were there, just got kwarg support. --- diff --git a/Doc/library/zlib.rst b/Doc/library/zlib.rst index 731023e139..d9a29a8814 100644 --- a/Doc/library/zlib.rst +++ b/Doc/library/zlib.rst @@ -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])