]> 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:20:50 +0000 (22:20 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 7 Oct 2016 19:20:50 +0000 (22:20 +0300)
commit8793b215253bf69cc699fab77b12d7f1313360d8
tree822be3bb6aa99e0e38b988995e42c032ce72ff1f
parentcf3806026b4f9784f97fce168695c3b4a6bbd8a5
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