summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-10-17 17:51:34 (GMT)
committerGeorg Brandl <georg@python.org>2013-10-17 17:51:34 (GMT)
commit9ff06dcfad8d089251d5207cb1ce3ffb01885601 (patch)
treeb921b45e2060e2c14b1277bdc32522eeba61532f /Doc/library
parentc955291a05ce66ff7ce538a6f18f668eeafc70d9 (diff)
downloadcpython-9ff06dcfad8d089251d5207cb1ce3ffb01885601.zip
cpython-9ff06dcfad8d089251d5207cb1ce3ffb01885601.tar.gz
cpython-9ff06dcfad8d089251d5207cb1ce3ffb01885601.tar.bz2
Fix inaccurate versionchanged tag for compressobj(): most parameter were there, just got kwarg support.
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/zlib.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/zlib.rst b/Doc/library/zlib.rst
index 731023e..d9a29a8 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])