]> 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:04:09 +0000 (19:04 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 1 Jan 2017 17:04:09 +0000 (19:04 +0200)
commit0f4ed2cdc6e7887153c481f4c7298bc35e219d84
treeb32c0db490b4136dc6ededa8eee3aeb9aa28f1f8
parentc644d53acfa0e4f1fe470430e15e69717da4f264
Issue #29094: Offsets in a ZIP file created with extern file object and modes
"w" now are relative to the start of the file.
Lib/zipfile.py
Misc/NEWS