diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/zlib.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/zlib.rst b/Doc/library/zlib.rst index dda0b9c..e55e52a 100644 --- a/Doc/library/zlib.rst +++ b/Doc/library/zlib.rst @@ -42,6 +42,8 @@ The available exception and functions in this module are: the algorithm is designed for use as a checksum algorithm, it is not suitable for use as a general hash algorithm. + Always returns an unsigned 32-bit integer. + .. function:: compress(string[, level]) @@ -74,6 +76,8 @@ The available exception and functions in this module are: the algorithm is designed for use as a checksum algorithm, it is not suitable for use as a general hash algorithm. + Always returns an unsigned 32-bit integer. + .. function:: decompress(string[, wbits[, bufsize]]) |