[Python-checkins] r84157 - python/branches/py3k/Doc/library/gzip.rst

antoine.pitrou python-checkins at python.org
Tue Aug 17 23:15:00 CEST 2010


Author: antoine.pitrou
Date: Tue Aug 17 23:15:00 2010
New Revision: 84157

Log:
Add versionadded tags



Modified:
   python/branches/py3k/Doc/library/gzip.rst

Modified: python/branches/py3k/Doc/library/gzip.rst
==============================================================================
--- python/branches/py3k/Doc/library/gzip.rst	(original)
+++ python/branches/py3k/Doc/library/gzip.rst	Tue Aug 17 23:15:00 2010
@@ -88,11 +88,15 @@
    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:
 


More information about the Python-checkins mailing list