Issue 34898: add mtime argument to gzip.compress (original) (raw)

Issue34898

Created on 2018-10-04 21:22 by guoci, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 9704 merged guoci,2018-10-04 21:27
Messages (4)
msg327088 - (view) Author: Guo Ci Teo (guoci) * Date: 2018-10-04 21:22
With the `mtime` argument, the output from `gzip.compress` can be reproducible.
msg329408 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2018-11-07 09:50
New changeset 0e7497cb469b003a45a4abe4105b81ef6d0c4002 by Serhiy Storchaka (guoci) in branch 'master': bpo-34898: Add mtime parameter to gzip.compress(). (GH-9704) https://github.com/python/cpython/commit/0e7497cb469b003a45a4abe4105b81ef6d0c4002
msg329409 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2018-11-07 09:51
Thank you for your contribution!
msg350307 - (view) Author: Daniel Himmelstein (dhimmel) * Date: 2019-08-23 15:19
Any reason not to also expose mtime in the gzip.open API?
History
Date User Action Args
2022-04-11 14:59:06 admin set github: 79079
2019-08-23 15:19:25 dhimmel set nosy: + dhimmelmessages: +
2018-11-07 09:51:40 serhiy.storchaka set status: open -> closedversions: - Python 3.6, Python 3.7type: enhancementmessages: + resolution: fixedstage: patch review -> resolved
2018-11-07 09:50:37 serhiy.storchaka set nosy: + serhiy.storchakamessages: +
2018-10-07 07:26:18 sir-sigurd set nosy: + sir-sigurd
2018-10-05 12:41:24 xtreak set nosy: + xtreak
2018-10-04 21:27:44 guoci set keywords: + patchstage: patch reviewpull_requests: + <pull%5Frequest9089>
2018-10-04 21:22:04 guoci create