]> granicus.if.org Git - python/commit
Issue #29094: Offsets in a ZIP file created with extern file object and modes
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 1 Jan 2017 23:43:02 +0000 (01:43 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 1 Jan 2017 23:43:02 +0000 (01:43 +0200)
commit67e1aa0b58be7164415277d5929cd7fa8fc94001
treec7f2dd58d40fa00ba6f098bb7d864e029ba97434
parent06c0dca5a65b7bd8741e3806b1f7a1bcb48e1348
parente465a9af8e87aa2c4c20dfaa23b310827c2ec345
Issue #29094: Offsets in a ZIP file created with extern file object and modes
"w" and "x" now are relative to the start of the file.
Lib/zipfile.py
Misc/NEWS