]> 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 17:05:29 +0000 (19:05 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 1 Jan 2017 17:05:29 +0000 (19:05 +0200)
commite465a9af8e87aa2c4c20dfaa23b310827c2ec345
tree102effb7bae6bdd6b547eb7d9b1d9dc292146b3d
parent75d9016530369999e099a247f260f76f544dc20d
parent34cba334034ddef3b32e47bf94cb7d224cfaf15d
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