[Python-checkins] cpython (2.7): Closes #15432: GzipFile mtime argument was added in 2.7.

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


http://hg.python.org/cpython/rev/74ae6064d3e8
changeset:   86114:74ae6064d3e8
branch:      2.7
parent:      86111:d5027e489c25
user:        Georg Brandl <georg at python.org>
date:        Sun Oct 06 19:01:21 2013 +0200
summary:
  Closes #15432: GzipFile mtime argument was added in 2.7.

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


diff --git a/Doc/library/gzip.rst b/Doc/library/gzip.rst
--- a/Doc/library/gzip.rst
+++ b/Doc/library/gzip.rst
@@ -77,6 +77,9 @@
    .. versionchanged:: 2.7
       Support for zero-padded files was added.
 
+   .. versionadded:: 2.7
+      The *mtime* argument.
+
 
 .. function:: open(filename[, mode[, compresslevel]])
 

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


More information about the Python-checkins mailing list