[Python-checkins] cpython (3.3): Closes #15432: GzipFile mtime argument is new in 3.1.

georg.brandl python-checkins at python.org
Sun Oct 6 19:01:30 CEST 2013


http://hg.python.org/cpython/rev/ad19a9982b03
changeset:   86115:ad19a9982b03
branch:      3.3
parent:      86112:62321359c35b
user:        Georg Brandl <georg at python.org>
date:        Sun Oct 06 19:02:08 2013 +0200
summary:
  Closes #15432: GzipFile mtime argument is new in 3.1.

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


diff --git a/Doc/library/gzip.rst b/Doc/library/gzip.rst
--- a/Doc/library/gzip.rst
+++ b/Doc/library/gzip.rst
@@ -116,13 +116,11 @@
       .. 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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list