From: Georg Brandl Date: Sun, 6 Oct 2013 17:01:21 +0000 (+0200) Subject: Closes #15432: GzipFile mtime argument was added in 2.7. X-Git-Tag: v2.7.6rc1~68 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=188ddd3ba007fdd9aa489a9584c97ab1d4d75160;p=python Closes #15432: GzipFile mtime argument was added in 2.7. --- diff --git a/Doc/library/gzip.rst b/Doc/library/gzip.rst index aa89c2cef3..e26fe286c4 100644 --- a/Doc/library/gzip.rst +++ b/Doc/library/gzip.rst @@ -77,6 +77,9 @@ The module defines the following items: .. versionchanged:: 2.7 Support for zero-padded files was added. + .. versionadded:: 2.7 + The *mtime* argument. + .. function:: open(filename[, mode[, compresslevel]])