mirror of https://github.com/python/cpython
Add versionadded tags
This commit is contained in:
parent
bf1a018ce4
commit
cdfe1c54fc
|
@ -88,11 +88,15 @@ The module defines the following items:
|
|||
the compressed data. *compresslevel* has the same meaning as in
|
||||
the :class:`GzipFile` constructor above.
|
||||
|
||||
.. versionadded:: 3.2
|
||||
|
||||
.. function:: decompress(data)
|
||||
|
||||
Decompress the *data*, returning a :class:`bytes` object containing the
|
||||
uncompressed data.
|
||||
|
||||
.. versionadded:: 3.2
|
||||
|
||||
|
||||
.. _gzip-usage-examples:
|
||||
|
||||
|
|
Loading…
Reference in New Issue