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

2013-10-06 Thread Roundup Robot
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

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

2013-10-06 Thread Roundup Robot
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 -> clo

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

2012-07-23 Thread Geir Ove Myhr
New submission from Geir Ove Myhr : 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