From 188ddd3ba007fdd9aa489a9584c97ab1d4d75160 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 6 Oct 2013 19:01:21 +0200 Subject: [PATCH] Closes #15432: GzipFile mtime argument was added in 2.7. --- Doc/library/gzip.rst | 3 +++ 1 file changed, 3 insertions(+) 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]]) -- 2.50.1