[issue43848] gzip.py: explain optional argument mtime

2021-04-14 Thread Joachim
Change by Joachim : -- keywords: +patch pull_requests: +24142 stage: -> patch review pull_request: https://github.com/python/cpython/pull/25410 ___ Python tracker ___

[issue43848] gzip.py: explain optional argument mtime

2021-04-14 Thread Joachim
New submission from Joachim : 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. -- assignee: docs@python components: Documentation messages: 391093 nosy: docs@python,