Message245628
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. |
|
| Date |
User |
Action |
Args |
| 2015-06-22 13:19:37 | samthursfield | set | recipients:
+ samthursfield, rhettinger, lars.gustaebel, r.david.murray |
| 2015-06-22 13:19:37 | samthursfield | set | messageid: <[email protected]> |
| 2015-06-22 13:19:37 | samthursfield | link | issue24465 messages |
| 2015-06-22 13:19:37 | samthursfield | create | |
|