This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, jfrechet
Date 2008-11-07.00:19:17
SpamBayes Score 1.918606e-06
Marked as misclassified No
Message-id <1226017158.56.0.019596081759.issue4272@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-11-07 00:19:18amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, jfrechet
2008-11-07 00:19:18amaury.forgeotdarcsetmessageid: <1226017158.56.0.019596081759.issue4272@psf.upfronthosting.co.za>
2008-11-07 00:19:17amaury.forgeotdarclinkissue4272 messages
2008-11-07 00:19:17amaury.forgeotdarccreate