]> 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 20:12:53 +0000 (23:12 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 7 Oct 2016 20:12:53 +0000 (23:12 +0300)
commit58ab4b57da2e5db7ff9b9940dd21bbbe4d804957
treeae476fbf5e73e85338a8dc87bdb6228b71ac2d1d
parent08995a3390a9d44f27225d7aca5b904248f7f11e
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