]> granicus.if.org Git - python/commitdiff
Add versionadded tags
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 17 Aug 2010 21:15:00 +0000 (21:15 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 17 Aug 2010 21:15:00 +0000 (21:15 +0000)
Doc/library/gzip.rst

index 060f48e797a08d44e57d6c6d0246fb523f0d5054..9958638785e84eefb0662d8e12669d77ff247f0a 100644 (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: