mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
3 lines
185 B
ReStructuredText
3 lines
185 B
ReStructuredText
In documentation of :class:`gzip.GzipFile` in module gzip, explain data type
|
|
of optional constructor argument *mtime*, and recommend ``mtime = 0`` for
|
|
generating deterministic streams.
|