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

index 57093e5ce9f5fb44e8567d3988dd79d5e48159ef..ec16f6ae88b594ddb0ad7ceaf6ff16b089df2524 100644 (file)
@@ -116,13 +116,11 @@ The module defines the following items:
       .. versionadded:: 3.2
 
    .. versionchanged:: 3.1
-      Support for the :keyword:`with` statement was added.
+      Support for the :keyword:`with` statement was added, along with the
+      *mtime* argument.
 
    .. versionchanged:: 3.2
-      Support for zero-padded files was added.
-
-   .. versionchanged:: 3.2
-      Support for unseekable files was added.
+      Support for zero-padded and unseekable files was added.
 
    .. versionchanged:: 3.3
       The :meth:`io.BufferedIOBase.read1` method is now implemented.