summaryrefslogtreecommitdiffstats
path: root/Doc/library/gzip.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-10-06 17:02:08 (GMT)
committerGeorg Brandl <georg@python.org>2013-10-06 17:02:08 (GMT)
commitffb94ae46f91343ce989242641dd3e022e58623f (patch)
tree1146fa8fb0188fe71e2903416c5eda540606f3d5 /Doc/library/gzip.rst
parent9ad5bf662db7d209e661663db13b41670fafb376 (diff)
downloadcpython-ffb94ae46f91343ce989242641dd3e022e58623f.zip
cpython-ffb94ae46f91343ce989242641dd3e022e58623f.tar.gz
cpython-ffb94ae46f91343ce989242641dd3e022e58623f.tar.bz2
Closes #15432: GzipFile mtime argument is new in 3.1.
Diffstat (limited to 'Doc/library/gzip.rst')
-rw-r--r--Doc/library/gzip.rst8
1 files 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.