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 samthursfield
Recipients lars.gustaebel, r.david.murray, rhettinger, samthursfield
Date 2015-06-22.13:19:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434979177.42.0.662948223667.issue24465@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch which does the same thing but only for shutil.make_archive().

Note that the final output will still be non-deterministic if you use format=gztar because time.time() and the base_name argument get added to the gzip header. Might be nice to add an option to make that deterministic too, as a separate thing. This patch is useful to me as-is though.
History
Date User Action Args
2015-06-22 13:19:37samthursfieldsetrecipients: + samthursfield, rhettinger, lars.gustaebel, r.david.murray
2015-06-22 13:19:37samthursfieldsetmessageid: <1434979177.42.0.662948223667.issue24465@psf.upfronthosting.co.za>
2015-06-22 13:19:37samthursfieldlinkissue24465 messages
2015-06-22 13:19:37samthursfieldcreate