[issue2824] zipfile to handle duplicate files in archive

Alexandru V. Mosoi report at bugs.python.org
Wed Jun 17 18:21:11 CEST 2009


Alexandru V. Mosoi <brtzsnr at gmail.com> added the comment:

a similar problem appears when the zip file contains two files as in:
['_test/tree.pl', '_test/'].

for ZipFile.extractall() when _test/tree.pl is extracted _test/ is
created and the the extraction of _test/ fails because OSError: [Errno
17] File exists: '_test/'

----------
nosy: +brtzsnr
versions: +Python 2.6 -Python 2.5

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


More information about the Python-bugs-list mailing list