commit | a2fe1e52eb94c41d9ebce1ab284180d7b1faa2a4 | [log] [tgz] |
---|---|---|
author | Marcel Plch <gmarcel.plch@gmail.com> | Thu Aug 02 15:04:52 2018 +0200 |
committer | Victor Stinner <vstinner@redhat.com> | Thu Aug 02 15:04:52 2018 +0200 |
tree | 252fe3c3a784a8c4e68873be4743ba703b551653 | |
parent | fc512e3e0663f7f325862fcd42aef765fd34a453 [diff] |
bpo-34097: Add support for zipping files older than 1980-01-01 (GH-8270) ZipFile can zip files older than 1980-01-01 and newer than 2107-12-31 using a new strict_timestamps parameter at the cost of setting the timestamp to the limit.