Add versionadded tags

This commit is contained in:
Antoine Pitrou 2010-08-17 21:15:00 +00:00
parent bf1a018ce4
commit cdfe1c54fc

View file

@ -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: