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: explain optional argument mtime
Type: Stage: patch review
Components: Documentation Versions: Python 3.10
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, jwuttke
Priority: normal Keywords: patch

Created on 2021-04-14 18:30 by jwuttke, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 25410 open jwuttke, 2021-04-14 18:46
Messages (1)
msg391093 - (view) Author: Joachim (jwuttke) * Date: 2021-04-14 18:30
Explain the data type of optional argument mtime: seconds since the epoch.

As an alternative to mtime = None, recommend mtime = 0 for generating deterministic streams.
History
Date User Action Args
2022-04-11 14:59:44adminsetgithub: 88014
2021-04-14 18:46:52jwuttkesetkeywords: + patch
stage: patch review
pull_requests: + pull_request24142
2021-04-14 18:30:43jwuttkecreate