]> granicus.if.org Git - python/commitdiff
Closes #15432: GzipFile mtime argument was added in 2.7.
authorGeorg Brandl <georg@python.org>
Sun, 6 Oct 2013 17:01:21 +0000 (19:01 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 6 Oct 2013 17:01:21 +0000 (19:01 +0200)
Doc/library/gzip.rst

index aa89c2cef3457e2361f9fae4da5dfa6e618f5bd2..e26fe286c40a6862910e8796e143e0ceae36ff63 100644 (file)
@@ -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]])