[issue26293] Embedded zipfile fields dependent on absolute position

2016-10-04 Thread spoo
spoo added the comment: I confirmed this fixes the issue loading zips on an iPad. -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue26293] Embedded zipfile fields dependent on absolute position

2016-06-07 Thread spoo
spoo added the comment: Thank you for looking into this! I don't have my tablet to test with at the moment, but testing locally with zipinfo there used to be a warning about missing bytes and now there is none. I will test with the tablet in a week or two when I get it back

[issue26293] Embedded zipfile fields dependent on absolute position

2016-06-03 Thread spoo
spoo added the comment: On 06/03/2016 09:27 PM, Serhiy Storchaka wrote: > > Serhiy Storchaka added the comment: > > spoo, can you confirm that the patch fixes your issue? > > -- > > ___ > Python tracker <r

[issue26293] Embedded zipfile fields dependent on absolute position

2016-02-05 Thread spoo
spoo added the comment: I'm not familiar with iOS development, but I'd hazard a guess that "some zip library implementations" means a (the official?) iOS zip library. -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.py

[issue26293] Embedded zipfile fields dependent on absolute position

2016-02-05 Thread spoo
New submission from spoo: Example: from zipfile import ZipFile with open('a.zipp', 'wb') as base: base.write(b'old\n') with ZipFile(base, 'a') as myzip: myzip.write('eggs.txt') If the embedded zip portion of the file is extracted (first four bytes deleted), some fields