[issue4272] set timestamp in gzip stream

Amaury Forgeot d'Arc report at bugs.python.org
Fri Nov 7 01:19:18 CET 2008


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

I considered using a datetime.datetime object instead. But it make more 
sense to use a time_t number, like os.stat() and time.time().

About the tests on the gzip format details: I am not an expert of the 
gzip format, but are we sure that the compressed data will always be the 
same?
Otherwise the patch is fine.

----------
nosy: +amaury.forgeotdarc

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4272>
_______________________________________


More information about the Python-bugs-list mailing list