From ffb94ae46f91343ce989242641dd3e022e58623f Mon Sep 17 00:00:00 2001
From: Georg Brandl <georg@python.org>
Date: Sun, 6 Oct 2013 19:02:08 +0200
Subject: Closes #15432: GzipFile mtime argument is new in 3.1.

---
 Doc/library/gzip.rst | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/Doc/library/gzip.rst b/Doc/library/gzip.rst
index 57093e5..ec16f6a 100644
--- a/Doc/library/gzip.rst
+++ b/Doc/library/gzip.rst
@@ -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.
-- 
cgit v0.12