[issue15432] gzip.py: mtime argument only since python 2.7

New submission from Geir Ove Myhr <gomyhr@gmail.com>: 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. ---------- assignee: docs@python components: Documentation messages: 166214 nosy: docs@python, gomyhr priority: normal severity: normal status: open title: gzip.py: mtime argument only since python 2.7 versions: Python 2.6 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue15432> _______________________________________

Roundup Robot added the comment: 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 ---------- nosy: +python-dev resolution: -> fixed stage: -> committed/rejected status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue15432> _______________________________________

Roundup Robot added the comment: 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 ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue15432> _______________________________________

Roundup Robot added the comment: 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 ---------- nosy: +python-dev resolution: -> fixed stage: -> committed/rejected status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue15432> _______________________________________

Roundup Robot added the comment: 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 ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue15432> _______________________________________
participants (2)
-
Geir Ove Myhr
-
Roundup Robot