[Python-checkins] cpython (3.3): Fix inaccurate versionchanged tag for compressobj(): most parameter were there,

georg.brandl python-checkins at python.org
Thu Oct 17 19:51:41 CEST 2013


http://hg.python.org/cpython/rev/0fff9feb4bdf
changeset:   86408:0fff9feb4bdf
branch:      3.3
parent:      86393:236884b40a2d
user:        Georg Brandl <georg at python.org>
date:        Thu Oct 17 19:51:34 2013 +0200
summary:
  Fix inaccurate versionchanged tag for compressobj(): most parameter were there, just got kwarg support.

files:
  Doc/library/zlib.rst |  3 +--
  1 files changed, 1 insertions(+), 2 deletions(-)


diff --git a/Doc/library/zlib.rst b/Doc/library/zlib.rst
--- a/Doc/library/zlib.rst
+++ b/Doc/library/zlib.rst
@@ -88,8 +88,7 @@
    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])

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list