Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gzip.py: mtime argument only since python 2.7 #59637

Closed
gomyhr mannequin opened this issue Jul 23, 2012 · 3 comments
Closed

gzip.py: mtime argument only since python 2.7 #59637

gomyhr mannequin opened this issue Jul 23, 2012 · 3 comments
Labels
docs Documentation in the Doc dir

Comments

@gomyhr
Copy link
Mannequin

gomyhr mannequin commented Jul 23, 2012

BPO 15432

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2013-10-06.17:01:18.448>
created_at = <Date 2012-07-23.09:29:31.034>
labels = ['docs']
title = 'gzip.py: mtime argument only since python 2.7'
updated_at = <Date 2013-10-06.17:01:29.935>
user = 'https://bugs.python.org/gomyhr'

bugs.python.org fields:

activity = <Date 2013-10-06.17:01:29.935>
actor = 'python-dev'
assignee = 'docs@python'
closed = True
closed_date = <Date 2013-10-06.17:01:18.448>
closer = 'python-dev'
components = ['Documentation']
creation = <Date 2012-07-23.09:29:31.034>
creator = 'gomyhr'
dependencies = []
files = []
hgrepos = []
issue_num = 15432
keywords = []
message_count = 3.0
messages = ['166214', '199102', '199103']
nosy_count = 3.0
nosy_names = ['docs@python', 'python-dev', 'gomyhr']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue15432'
versions = ['Python 2.6']

@gomyhr
Copy link
Mannequin Author

gomyhr mannequin commented Jul 23, 2012

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.

@gomyhr gomyhr mannequin assigned docspython Jul 23, 2012
@gomyhr gomyhr mannequin added the docs Documentation in the Doc dir label Jul 23, 2012
@python-dev
Copy link
Mannequin

python-dev mannequin commented Oct 6, 2013

New changeset 74ae6064d3e8 by Georg Brandl in branch '2.7':
Closes bpo-15432: GzipFile mtime argument was added in 2.7.
http://hg.python.org/cpython/rev/74ae6064d3e8

@python-dev python-dev mannequin closed this as completed Oct 6, 2013
@python-dev
Copy link
Mannequin

python-dev mannequin commented Oct 6, 2013

New changeset ad19a9982b03 by Georg Brandl in branch '3.3':
Closes bpo-15432: GzipFile mtime argument is new in 3.1.
http://hg.python.org/cpython/rev/ad19a9982b03

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

0 participants