This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: gzip.py: mtime argument only since python 2.7
Type: Stage: resolved
Components: Documentation Versions: Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, gomyhr, python-dev
Priority: normal Keywords:

Created on 2012-07-23 09:29 by gomyhr, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg166214 - (view) Author: Geir Ove Myhr (gomyhr) Date: 2012-07-23 09:29
In the gzip documentation (http://docs.python.org/library/gzip.html) a note should be added that the mtime option was added in Python 2.7. 

The patch which adds the option (http://svn.python.org/view?view=revision&revision=68319) is not included in Python 2.6.5.
msg199102 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-10-06 17:01
New changeset 74ae6064d3e8 by Georg Brandl in branch '2.7':
Closes #15432: GzipFile mtime argument was added in 2.7.
http://hg.python.org/cpython/rev/74ae6064d3e8
msg199103 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-10-06 17:01
New changeset ad19a9982b03 by Georg Brandl in branch '3.3':
Closes #15432: GzipFile mtime argument is new in 3.1.
http://hg.python.org/cpython/rev/ad19a9982b03
History
Date User Action Args
2022-04-11 14:57:33adminsetgithub: 59637
2013-10-06 17:01:29python-devsetmessages: + msg199103
2013-10-06 17:01:18python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg199102

resolution: fixed
stage: resolved
2012-07-23 09:29:31gomyhrcreate