Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cdfe1c5

Browse files
committed
Add versionadded tags
1 parent bf1a018 commit cdfe1c5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Doc/library/gzip.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,15 @@ The module defines the following items:
8888
the compressed data. *compresslevel* has the same meaning as in
8989
the :class:`GzipFile` constructor above.
9090

91+
.. versionadded:: 3.2
92+
9193
.. function:: decompress(data)
9294

9395
Decompress the *data*, returning a :class:`bytes` object containing the
9496
uncompressed data.
9597

98+
.. versionadded:: 3.2
99+
96100

97101
.. _gzip-usage-examples:
98102

0 commit comments

Comments
 (0)