[issue4833] Explicit directories for zipfiles

Ralf Schmitt report at bugs.python.org
Wed Sep 23 10:34:23 CEST 2009


Ralf Schmitt <schmir at gmail.com> added the comment:

it looks like this is fixed in 2.6.2.

I'm attaching a zipfile which cannot be extracted in 2.6.1

Running
python -c 'import zipfile; zipfile.ZipFile("test.zip").extractall()'
in 2.6.2 however works. 
but you should not do that anyway because of issue 6972

----------
nosy: +schmir
Added file: http://bugs.python.org/file14956/test.zip

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


More information about the Python-bugs-list mailing list