]> granicus.if.org Git - python/commit
Issue #26293: Fixed writing ZIP files that starts not from the start of the
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 7 Oct 2016 19:24:20 +0000 (22:24 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 7 Oct 2016 19:24:20 +0000 (22:24 +0300)
commit242c170f878cc38eb32b26b55f69a9d7cef947a7
tree63fb8c5585cf916b4936885f2be87ea2b458833a
parent5e80855af3537f9715b33539d5b9860ca533a288
parent8793b215253bf69cc699fab77b12d7f1313360d8
Issue #26293: Fixed writing ZIP files that starts not from the start of the
file.  Offsets in ZIP file now are relative to the start of the archive in
conforming to the specification.
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS