I have a zip that, inside it there are several files to be unzipped.
So long, I'm using the following method to decipher the same:?
with closing(z), zipfile.ZipFile(io.BytesIO(z.content)) as myzip:
myzip.extractall(local_path)...
asked by
16.03.2017 / 21:46