diff options
author | Georg Brandl <georg@python.org> | 2013-10-06 17:01:21 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-10-06 17:01:21 (GMT) |
commit | 188ddd3ba007fdd9aa489a9584c97ab1d4d75160 (patch) | |
tree | d9f95767704870c3e697c0a008240791a810334b /Doc/library/gzip.rst | |
parent | 1f94b26cbafa25713051fc2f5dbc2c7fedb13d20 (diff) | |
download | cpython-188ddd3ba007fdd9aa489a9584c97ab1d4d75160.zip cpython-188ddd3ba007fdd9aa489a9584c97ab1d4d75160.tar.gz cpython-188ddd3ba007fdd9aa489a9584c97ab1d4d75160.tar.bz2 |
Closes #15432: GzipFile mtime argument was added in 2.7.
Diffstat (limited to 'Doc/library/gzip.rst')
-rw-r--r-- | Doc/library/gzip.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/gzip.rst b/Doc/library/gzip.rst index aa89c2c..e26fe28 100644 --- a/Doc/library/gzip.rst +++ b/Doc/library/gzip.rst @@ -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]]) |