Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf1a018 commit cdfe1c5Copy full SHA for cdfe1c5
1 file changed
Doc/library/gzip.rst
@@ -88,11 +88,15 @@ The module defines the following items:
88
the compressed data. *compresslevel* has the same meaning as in
89
the :class:`GzipFile` constructor above.
90
91
+ .. versionadded:: 3.2
92
+
93
.. function:: decompress(data)
94
95
Decompress the *data*, returning a :class:`bytes` object containing the
96
uncompressed data.
97
98
99
100
101
.. _gzip-usage-examples:
102
0 commit comments