From 38fe4dc4009394b71ee5cf80f50786c6dadd748d Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Wed, 18 Nov 2015 00:59:17 +0000 Subject: Issue #23200: Document that max_length=0 is not supported --- Doc/library/zlib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/zlib.rst b/Doc/library/zlib.rst index 230fdfe..58fc31b0 100644 --- a/Doc/library/zlib.rst +++ b/Doc/library/zlib.rst @@ -230,7 +230,7 @@ Decompression objects support the following methods and attributes: :meth:`decompress` method. Some of the input data may be preserved in internal buffers for later processing. - If the optional parameter *max_length* is supplied then the return value will be + If the optional parameter *max_length* is non-zero then the return value will be no longer than *max_length*. This may mean that not all of the compressed input can be processed; and unconsumed data will be stored in the attribute :attr:`unconsumed_tail`. This bytestring must be passed to a subsequent call to -- cgit v0.12