spoo added the comment:
I confirmed this fixes the issue loading zips on an iPad.
--
___
Python tracker
<http://bugs.python.org/issue26293>
___
___
Python-bug
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
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
> <
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
<http://bug
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 extracte