From 9ff06dcfad8d089251d5207cb1ce3ffb01885601 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 17 Oct 2013 19:51:34 +0200 Subject: [PATCH] Fix inaccurate versionchanged tag for compressobj(): most parameter were there, just got kwarg support. --- Doc/library/zlib.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Doc/library/zlib.rst b/Doc/library/zlib.rst index 731023e139d..d9a29a8814e 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])