[issue9172] zipfile.extractall always raises an OSError after successfully unzipping all files

Teemu Rytkönen report at bugs.python.org
Thu Jul 29 11:18:46 CEST 2010


Teemu Rytkönen <teemu.rytkonen at gmail.com> added the comment:

Hi!

I haven't tested this in linux or with python 2.7 so can't say for sure.. 

However I would assume that the main issue is with the zipdate it self (So does it have those empty directories, which at least winzip creates) and then about how does the os.mkdir act with when trying to create already existing folder.

Did you try it with the example_1.zip, which has those folders described in the zip centralrecord??

Should I also try it out with linux?

-Teemu

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9172>
_______________________________________


More information about the Python-bugs-list mailing list