[Python-Dev] Re: gzip.py: allow deterministic compression (without time stamp)

2021年4月14日 15:23:38 -0700

On 2021年4月14日 21:38:11 +0100
Steve Holden <[email protected]> wrote:
> DEFAULT_TIMESTAMP?
It's not a default timestamp, it's a placeholder value meaning "no
timestamp". The aforementioned RFC 1952 explicitly says: "MTIME = 0
means no time stamp is available".
So yes, it really means "no timestamp", regardless of the fact that
it's encoded as integer value 0.
Regards
Antoine.
_______________________________________________
Python-Dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/D7MERE7EKE4RINSGNOFK52MDLM7QTRKB/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to