]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #26293: Fixed writing ZIP files that starts not from the start of the
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 7 Oct 2016 19:25:05 +0000 (22:25 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 7 Oct 2016 19:25:05 +0000 (22:25 +0300)
file.  Offsets in ZIP file now are relative to the start of the archive in
conforming to the specification.

1  2 
Lib/zipfile.py
Misc/NEWS

diff --cc Lib/zipfile.py
Simple merge
diff --cc Misc/NEWS
Simple merge